fix for bug

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-09 16:11:59 -04:00
parent aec11bbe91
commit 69046dc24e
+1 -1
View File
@@ -31,7 +31,7 @@ class Project(object):
try:
os.chdir(self.project_directory)
except TypeError:
except (TypeError, AttributeError):
pass
@property