Skip to content

Commit

Permalink
fix chdir
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 23, 2024
1 parent c25a2e8 commit f2c8125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recipes/defacing/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +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'))



except subprocess.CalledProcessError as e:
# If the command returns a non-zero exit status, it will raise a CalledProcessError
print('Command failed with return code:', e.returncode)
Expand Down

0 comments on commit f2c8125

Please sign in to comment.