Skip to content
Snippets Groups Projects
Verified Commit c269c284 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

fix folder name in script

parent f7859e99
No related branches found
No related tags found
1 merge request!228Rename directory
......@@ -6,7 +6,7 @@ localRoot = os.getcwd()
# generate the index properly speaking
modelDir = "Curation"
outputDir = os.path.join(localRoot, "Executable Modules", "SBML_Qual_build")
outputDir = os.path.join(localRoot, "Executable Modules", "SBML_qual_build")
fullPath_modelDir = os.path.join(localRoot, modelDir)
print(' > The output directory is: {0}' . format(outputDir))
......
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