This commit is contained in:
Dominik Moritz Roth 2023-07-09 17:16:50 +02:00
parent 4a04480105
commit 303d0f2dfe

View File

@ -278,10 +278,10 @@ class Slate():
parser.add_argument("-w", "--worker", action="store_true") parser.add_argument("-w", "--worker", action="store_true")
parser.add_argument("-j", "--job_id", default=None, type=int) parser.add_argument("-j", "--job_id", default=None, type=int)
print('I have job_id ', args.job_id)
args = parser.parse_args() args = parser.parse_args()
print('I have job_id ', args.job_id)
if args.worker: if args.worker:
raise Exception('Not yet implemented') raise Exception('Not yet implemented')