Skip to content
Snippets Groups Projects
Unverified Commit 2686ce88 authored by AJRubio-Montero's avatar AJRubio-Montero Committed by GitHub
Browse files

Update args_showers.py

parent 5d664e61
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,11 @@ def get_sys_args_S1(): ...@@ -71,6 +71,11 @@ def get_sys_args_S1():
# help='Execute locally. (If not, only produces .run files for posterior batch processing)') # help='Execute locally. (If not, only produces .run files for posterior batch processing)')
parser.add_argument('-?', action='help', help='Shows this help and exit.') parser.add_argument('-?', action='help', help='Shows this help and exit.')
#added, not equiv in do_showers:
parser.add_argument('-u', dest='u', required=True,
help='ORCID code describing user, plain usernames are \
no allowed for publication')
args = parser.parse_args() args = parser.parse_args()
args_dict = vars(args) args_dict = vars(args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment