🚧 ppn2ocr: Do not call workflow for now

This commit is contained in:
Gerber, Mike 2020-06-03 10:12:36 +02:00
parent 10f5198fa6
commit 05dbffeb7a

10
ppn2ocr
View file

@ -149,11 +149,11 @@ ppn = sys.argv[1]
# From here, the magic happens
self_dir = os.path.realpath(os.path.dirname(sys.argv[0]))
make_workspace(ppn, ppn)
subprocess.run([
os.path.join(self_dir, 'run-docker-hub'),
'-I', 'BEST',
'--skip-validation'
])
# subprocess.run([
# os.path.join(self_dir, 'run-docker-hub'),
# '-I', 'BEST',
# '--skip-validation'
# ])
# TODO