Browse Source

Add task for fixing quick start in pyinstaller

Oz N Tiram 6 years ago
parent
commit
f02d0887f7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      blogit/blogit.py

+ 1 - 0
blogit/blogit.py

@@ -481,6 +481,7 @@ def preview():  # pragma: no coverage
 
 
 def quick_start():  # pragma: no coverage
+    # TODO: handle this exception, won't work in pyinstaller
     path = resource_filename(Requirement.parse("blogit"), 'blogit/blogit-mir')
     copy_tree(path, '.')
     print("edit conf.py, create some pages and posts and run blogit --preview")