Skip to content

Commit

Permalink
Make it clearer where NSIS output starts
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 1, 2017
1 parent 955c3b0 commit 747cfe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsist/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ def run_nsis(self):
makensis = find_makensis_win()
else:
makensis = 'makensis'
logger.info('\n~~~ Running makensis ~~~')
return call([makensis, self.nsi_file])
except OSError as e:
# This should catch either the registry key or makensis being absent
Expand Down

0 comments on commit 747cfe9

Please sign in to comment.