mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 15:38:15 +00:00
Fixed sys path bug
This commit is contained in:
@@ -242,4 +242,4 @@ else:
|
|||||||
del seahub_settings
|
del seahub_settings
|
||||||
|
|
||||||
# Remove install_topdir from path
|
# Remove install_topdir from path
|
||||||
sys.path.pop()
|
sys.path.pop(0)
|
||||||
|
Reference in New Issue
Block a user