Skip to content

Commit

Permalink
version 6.0.3 - small updates to enable windows installer tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvandeneede committed Dec 20, 2020
1 parent 541644f commit b3946f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions convert_qrc.command
@@ -0,0 +1 @@
pyrcc5 -o image_rc.py image.qrc
2 changes: 2 additions & 0 deletions p2pp/mcf.py
Expand Up @@ -598,8 +598,10 @@ def generate(input_file, output_file):
opf = open(input_file)
except IOError:
gui.log_warning("Error Reading:'{}'".format(input_file))
return
except IOError:
gui.log_warning("Error Reading: '{}'".format(input_file))
return



Expand Down

0 comments on commit b3946f3

Please sign in to comment.