Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
deepio committed Oct 9, 2020
1 parent 5050132 commit 6abe557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rodan/jobs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def create_diva(resource_id):
# BUG: This command occasionally get's a `IOError: [Errno 2] No such file or directory`
# Can not reliably trigger this error. It's some sort of race condition, maybe struggling
# to figure out which job creates the resource folder?
#
#
# 1) Did kakadu finish converting the file?
# 2) Does the folder exist?
#
Expand All @@ -285,7 +285,7 @@ def create_diva(resource_id):
# except IOError:
# os.makedirs(outputs['JPEG2000 Image'][0]['resource_path'])
# shutil.move(name + ".jp2", outputs['JPEG2000 Image'][0]['resource_path'])
#
#
# if not os.path.exists(outputs['JPEG2000 Image'][0]['resource_path']):
# os.makedirs(outputs['JPEG2000 Image'][0]['resource_path'])
# shutil.move(name + ".jp2", outputs['JPEG2000 Image'][0]['resource_path'])
Expand Down

0 comments on commit 6abe557

Please sign in to comment.