Skip to content

Commit 0762b1c

Browse files
author
Christopher Henry
committed
Fixing dependency path
1 parent b1f052d commit 0762b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ModelSEEDReconstruction/ModelSEEDReconstructionImpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import os
55
import sys
66
sys.path.append("/deps/KBBaseModules/")
7-
sys.path.append("/deps/cobrakbase/cobrakbase/")
7+
sys.path.append("/deps/cobrakbase/")
88
import json
99
from os.path import exists
1010
from ModelSEEDReconstruction.modelseedrecon import ModelSEEDRecon

0 commit comments

Comments
 (0)