Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 23, 2024
1 parent f795167 commit 885b705
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions recipes/defacing/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,6 @@ def validateJson(jsonFilePath, schemaFilePath):
output = subprocess.check_output([zipExe, 'a', '-tzip', '-mm=Deflate', baseFilename + '.zip', baseFilename + '.tar', baseFilename + '.pdf'], stderr=subprocess.STDOUT)
print('Zip packaging output:\n' + output.decode('utf-8'))

# print('Cleaning up:', baseFilename + '.tar', '...')
# output = subprocess.check_output(['rm', baseFilename + '.tar'], stderr=subprocess.STDOUT)

# print('Moving file to archive storage:', baseFilename + '.zip', '...')
# output = subprocess.check_output(['mv', baseFilename + '.zip', '/storage/openrecon/' + baseFilename + '.zip'], stderr=subprocess.STDOUT)
# print('moved file to /storage/openrecon')



except subprocess.CalledProcessError as e:
Expand Down

0 comments on commit 885b705

Please sign in to comment.