mirror of
https://github.com/yweber/lodel2.git
synced 2025-11-27 23:56:53 +01:00
Deployment bugfixes
Fixes problems with plugins
This commit is contained in:
parent
292c0dd6b9
commit
edb8dde101
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
SUBDIRS=auth editorial_model leapi plugin settings utils plugins
|
||||
|
||||
EXTRA_DIST = plugins
|
||||
lodel_PYTHON = *.py
|
||||
CLEANFILES = buildconf.py
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import sys, os, os.path
|
|||
#
|
||||
# Bootstraping
|
||||
#
|
||||
LODEL2_LIB_ABS_PATH = '/home/yannweb/dev/lodel2/lodel2-git'
|
||||
LODEL2_LIB_ABS_PATH = None
|
||||
if LODEL2_LIB_ABS_PATH is not None:
|
||||
if not os.path.isdir(LODEL2_LIB_ABS_PATH):
|
||||
print("FATAL ERROR : the LODEL2_LIB_ABS_PATH variable in loader.py is \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue