Skip to content

Commit

Permalink
don't move to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 22, 2024
1 parent 90d4c53 commit d52305a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/defacing/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ 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('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')
# 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')



Expand Down

0 comments on commit d52305a

Please sign in to comment.