Skip to content

Commit 79f6ac6

Browse files
Remove 'required' parameter from 'add_subparsers' function in the galaxy_jwd.py script
See here: python/cpython#3027
1 parent 229c0cb commit 79f6ac6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/usegalaxy-eu.bashrc/files/galaxy_jwd.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def main():
2020
parser = argparse.ArgumentParser()
2121
subparsers = parser.add_subparsers(
2222
dest="subcommand",
23-
required=True,
2423
title="""
2524
Use one of the following subcommands:
2625
get_jwd: Get JWD path of a given Galaxy job id

0 commit comments

Comments
 (0)