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

change filename

parent 964e7731
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ if os.environ.has_key( 'CMTCONFIG' ):
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 )
......
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