bit101 / ProjectMaker

A Sublime Text 2/3 plugin to allow creating any kind of project from your own custom templates
MIT License
233 stars 36 forks source link

No token replace #13

Closed joolfe closed 11 years ago

joolfe commented 11 years ago

HI,

I have this error when the plugin try to take tokens

Traceback (most recent call last): File ".\projectmaker.py", line 45, in on_project_path File ".\projectmaker.py", line 49, in create_project File ".\projectmaker.py", line 59, in get_tokens File ".\projectmaker.py", line 65, in get_tokens_from_path TypeError: argument of type 'NoneType' is not iterable

Best regards,

bit101 commented 11 years ago

Sorry for the long delay. Can you try it with the most recent version and resubmit if you still see the issue?