Skip to content

Commit

Permalink
Merge pull request #1154 from bcgov/dev-AA-prodissue-foimod-3469
Browse files Browse the repository at this point in the history
logs for zipper #FOIMOD03469
  • Loading branch information
abin-aot authored Sep 19, 2024
2 parents cf24de2 + 0778e6b commit 39c3825
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion computingservices/ZippingServices/services/zipperservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,10 @@ def __zipfilesandupload(_message, s3credentials):
_formattedbytes = None

try:
_formattedbytes = __removesensitivecontent(_docbytes)
_formattedbytes = __removesensitivecontent(_docbytes)
print("_formattedbytes length is {0}".format(len(_formattedbytes)))
except Exception:
print("error happened while removing sensitive content of {0} ".format(filename))
print(traceback.format_exc())
#added a space to try out code merge on git. 18-Sept-2024
zip.writestr(
Expand Down

0 comments on commit 39c3825

Please sign in to comment.