Skip to content
Snippets Groups Projects
Commit bd26dd5c authored by Marek Ostaszewski's avatar Marek Ostaszewski
Browse files

Merge branch 'rename-dir' into 'master'

Rename directory

See merge request !228
parents f7859e99 e53bed03
No related branches found
No related tags found
1 merge request!228Rename directory
Showing
with 1 addition and 1 deletion
......@@ -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