Skip to content

Commit

Permalink
Py3 fix.
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2507
  • Loading branch information
dietmarw authored and OpenModelica-Hudson committed Jun 15, 2018
1 parent fd86471 commit 1761f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/generate_icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -1236,7 +1236,7 @@ def main():
f_p.write('</html>\n')

logger.info('HTML file is ready.')
print "Generated svg's for %d models in packages %s in %.1f seconds" % (len(dwgs),PACKAGES_TO_GENERATE,time.time()-t)
print("Generated svg's for %d models in packages %s in %.1f seconds" % (len(dwgs),PACKAGES_TO_GENERATE,time.time()-t))

logger.info('End of application')
return 0 if success else 1
Expand Down

0 comments on commit 1761f6d

Please sign in to comment.