Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Bug fix: expand for ${project_path} #224

Closed
wants to merge 2 commits into from
Closed

Bug fix: expand for ${project_path} #224

wants to merge 2 commits into from

Conversation

moonfruit
Copy link

when there is no .sublime-porject file in windoes folders,
program throw a excption on line 162

when there is no .sublime-porject file in windoes folders,
program throw a excption on line 162
@quarnster
Copy link
Owner

If there is no .sublime-project file, ${project_path} shouldn't be used. Also binary files will not be accepted.

@quarnster quarnster closed this Aug 15, 2013
@moonfruit
Copy link
Author

I DO NOT use ${project_path}!!!!
It ALSO Throw a exception on line 162!!!
Variable "project_path" is None, so "project_path.replace" throw a exception
<<<<AttributeError: 'NoneType' object has no attribute 'replace'>>>>>
Do you TEST IT ???

@moonfruit
Copy link
Author

AttributeError: 'NoneType' object has no attribute 'replace'

@moonfruit
Copy link
Author

binary files is my fault, I add pull request first, after it I commit binary files.
I do not know, it affect the pull request.

@quarnster
Copy link
Owner

Sorry, no I haven't used this project in a long time. 6823e7f should fix this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants