Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant open modes
Browse files Browse the repository at this point in the history
Rotzbua committed Sep 3, 2023

Verified

This commit was signed with the committer’s verified signature.
Rotzbua Rotzbua
1 parent e0f06a0 commit 028ac17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/boxes_proxy.py
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ def generate(self):

# check output existence
try:
stream = open(box_file, 'r')
stream = open(box_file)
except FileNotFoundError as e:
inkex.utils.debug("There was no " + box_file + " output generated. Cannot continue. Command was:")
inkex.utils.debug(str(cmd))

0 comments on commit 028ac17

Please sign in to comment.