rev193, Msgpack 0.3.x not supported, Dont display pyfilesystem error
This commit is contained in:
parent
40698c1ac7
commit
e08b153732
3 changed files with 8 additions and 2 deletions
|
@ -7,8 +7,8 @@ if config.debug: # Only load pyfilesytem if using debug mode
|
|||
from fs.osfs import OSFS
|
||||
pyfilesystem = OSFS("src")
|
||||
pyfilesystem_plugins = OSFS("plugins")
|
||||
logging.debug("Pyfilesystem detected, source code autoreload enabled")
|
||||
except Exception, err:
|
||||
logging.debug("%s: For autoreload please download pyfilesystem (https://code.google.com/p/pyfilesystem/) (only useful if you modifying ZeroNet source code)" % err)
|
||||
pyfilesystem = False
|
||||
else:
|
||||
pyfilesystem = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue