##// END OF EJS Templates
exit if cwd doesn't exist...
exit if cwd doesn't exist instead of raising the error avoids traceback, leaving only: [AppName] ERROR | Current working directory doesn't exist.

File last commit:

r10951:31998f30
r20485:54ea5740
Show More
__init__.py
4 lines | 73 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from ._path import *