diff --git a/scripts/boxes_proxy.py b/scripts/boxes_proxy.py index 71b4f6c15..65b067757 100644 --- a/scripts/boxes_proxy.py +++ b/scripts/boxes_proxy.py @@ -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))