Skip to content
Snippets Groups Projects
Commit d590671d authored by Yngve Levinsen's avatar Yngve Levinsen
Browse files

conflicting argument string

parent ea79b913
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ def define_and_handle_args():
parser.add_argument("-t", dest="study", default=1, type=int, help="Statistical study number")
parser.add_argument("-m", dest="multi", default=1, type=int, help="Multi-dynamic study")
parser.add_argument("-l", dest="lattice", default='lattice.dat', type=str, help="The lattice file for the project")
parser.add_argument("-t", dest="settings", default='settings.yml', type=str, help="The settings for the project template")
parser.add_argument("-q", dest="settings", default='settings.yml', type=str, help="The settings for the project template")
parser.add_argument("-p", dest="priority", default=0, type=int, help="Job priority")
return parser.parse_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