Skip to content
Snippets Groups Projects
Commit c8ad5e4e authored by Jeremy Auguste's avatar Jeremy Auguste
Browse files

Forgot to change the main call

parent 260b6626
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ def main():
raise RuntimeError("'{}' is not a directory!".format(args.directory))
oar_command = prepare_oarsub(args.gpu, args.host, args.core, args.time,
ignore_hosts=args.ignore_host,
command=args.command,
interactive=args.interactive,
name=args.name, output_directory=args.directory,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment