mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 07:11:12 +00:00
Fix path
This commit is contained in:
parent
1c24744198
commit
63c7757662
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ parser.add_argument('--parm', dest='parm',
|
|||
args = parser.parse_args()
|
||||
|
||||
|
||||
defaultsFile = "@CMAKE_BINARY_DIR@/python_tools/pipeline_source/defaults.py"
|
||||
defaultsFile = "@CMAKE_SOURCE_DIR@/python_tools/pipeline_source/defaults.py"
|
||||
parms = imp.load_source("name", defaultsFile)
|
||||
globals().update(vars(parms))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue