fix: Update sys.path in sudrf_pdf_compiler.py to support inline swarmlib import inside docker
This commit is contained in:
parent
9a143c1ef0
commit
a66b981306
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ logging.basicConfig(
|
|||
log = logging.getLogger("SUD-Compiler")
|
||||
|
||||
# Add libs path (if mounted)
|
||||
sys.path.append("/app/libs")
|
||||
sys.path.append("/app")
|
||||
try:
|
||||
from swarmlib.gdrive import GDriveManager
|
||||
except ImportError as e:
|
||||
|
|
|
|||
Loading…
Reference in a new issue