Změna reprezentace rozbitých submitů
All threads resolved!
All threads resolved!
Compare changes
- Martin Mareš authored
+ 32
− 10
@@ -25,16 +25,31 @@ class Submitter:
@@ -25,16 +25,31 @@ class Submitter:
logger.info(f'Submit: Hotovo: file={paper.file_name} pages={paper.pages} bytes={paper.bytes} time={duration:.3f} broken={1 if paper.broken else 0}')
@@ -44,12 +59,16 @@ class Submitter:
@@ -44,12 +59,16 @@ class Submitter:
full_name = mo.util.link_to_dir(tmpfile, sub_user_dir, prefix=f'{secure_task_code}-{paper.type.name[:3]}-', suffix='.pdf')
proc = multiprocessing.Process(name='submit', target=Submitter._process_pdf, args=(tmpfile, pipe_tx))
@@ -73,19 +92,21 @@ class Submitter:
@@ -73,19 +92,21 @@ class Submitter:
@@ -95,6 +116,7 @@ class Submitter:
@@ -95,6 +116,7 @@ class Submitter: