Skip to content
Snippets Groups Projects
Commit 6767c2b7 authored by Joel Closier's avatar Joel Closier
Browse files

remove fake name

parent fb6a64d7
No related branches found
No related tags found
No related merge requests found
......@@ -53,13 +53,13 @@ if os.path.exists( os.path.join( jsonMetadataDir, 'heptools_' + localconfig + '.
else:
glob_data.update( loadConfig( jsonMetadataDir ) )
configfile = os.path.join( jsonMetadataDir, 'projectConfigJoel.json' )
configfile = os.path.join( jsonMetadataDir, 'projectConfigConcat.json' )
with open( configfile, 'w' ) as f:
json.dump( glob_data, f, indent = 2 )
f.close()
config = loadConfig( jsonMetadataDir, 'projectConfigJoel.json' )
config = loadConfig( jsonMetadataDir, 'projectConfigConcat.json' )
for opt in ( 'cmtconfig', 'python_version', 'dir_base' ):
if opt not in config:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment