.
This commit is contained in:
parent
4a04480105
commit
303d0f2dfe
@ -278,10 +278,10 @@ class Slate():
|
||||
parser.add_argument("-w", "--worker", action="store_true")
|
||||
parser.add_argument("-j", "--job_id", default=None, type=int)
|
||||
|
||||
print('I have job_id ', args.job_id)
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
print('I have job_id ', args.job_id)
|
||||
|
||||
if args.worker:
|
||||
raise Exception('Not yet implemented')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user