Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Mar 7, 2024
1 parent 3f4ffd0 commit 497583f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def sizeof_fmt(num, suffix='B', sign=False):
raise Exception("Error while executing diffuse")

if is_debug():
print(f"Diff preview: {diff[0:200]}")
# print(f"Diff preview: {diff[0:200]}")
print(f"Diff size: {len(diff)}")

headerPattern = re.compile('=+\\s=+\\s+(\\w+)\\s+=+\\s=*\\s')
Expand Down

0 comments on commit 497583f

Please sign in to comment.