mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 10:55:46 -05:00
Python-style: fix derpy workaround for PEP8
This commit is contained in:
parent
6370898154
commit
49384ef01f
1 changed files with 2 additions and 2 deletions
|
@ -67,8 +67,8 @@ def main():
|
|||
help="Dir containing the Python module.")
|
||||
parser.add_argument("globalstorage_yaml", nargs="?",
|
||||
help="A yaml file to initialize GlobalStorage.")
|
||||
help_desc = "A yaml file to initialize the configuration dict."
|
||||
parser.add_argument("configuration_yaml", nargs="?", help=help_desc)
|
||||
parser.add_argument("configuration_yaml", nargs="?",
|
||||
help="A yaml file to initialize the Job.")
|
||||
args = parser.parse_args()
|
||||
|
||||
print("Testing module in: " + args.moduledir)
|
||||
|
|
Loading…
Add table
Reference in a new issue