1
0
Fork 0
forked from github/pelican

Merge pull request #894 from dominiqueplante/quickstart-debuggable

make Pelican-quickstart debuggable in PyCharm
This commit is contained in:
Justin Mayer 2013-08-03 16:35:36 -07:00
commit 1abd5ef447

View file

@ -290,3 +290,6 @@ needed by Pelican.
print('Error: {0}'.format(e))
print('Done. Your new project is available at %s' % CONF['basedir'])
if __name__ == "__main__":
main()