Skip to content

job_handler now takes config_file (and number of workers) via commandline

Ghost User requested to merge argparse_job_handler into master

copied the b2luigi process function and fixed the passing on of command-line arguments.

might be also done by actually changing the arguments.py in the b2luigi package, changing line 30 to:

args, unknown_args = parser.parse_known_args()

Edited by Ghost User

Merge request reports

Loading