Skip to content

Commit

Permalink
moved *.lym macros to pymacros
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Jul 23, 2019
1 parent 463a2bf commit 9b71e00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions python/kppc/drc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@
else:
msg = pya.QMessageBox(pya.Application.instance().main_window())
msg.text = 'The compilation failed. Please compile manually\n Return Code slcleaner: {}\n Return Code ' \
'cleanermaster: {}\n Return Code: {}\n {}'.format(p1.returncode, p2.returncode, p3.returncode,
p3.stdout.read())
'cleanermaster: {}\n Return Code: {}\n}'.format(p1.returncode, p2.returncode, p3.returncode)
msg.Title = 'Compilation'
msg.exec_()
exit(-1)
Expand Down

0 comments on commit 9b71e00

Please sign in to comment.