Skip to content
Snippets Groups Projects
Commit e408540f authored by sveseli's avatar sveseli
Browse files

typo fixed

parents 6e6d1a18 e4d59969
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ class FileProcessor: ...@@ -14,7 +14,7 @@ class FileProcessor:
return NotImplemented return NotImplemented
def replaceTemplates(self, inputString, fileInfo): def replaceTemplates(self, inputString, fileInfo):
experimentName = fileInfo.get('experimentName', ''): experimentName = fileInfo.get('experimentName', '')
outputString = inputString.replace('EXPERIMENT_NAME', experimentName) outputString = inputString.replace('EXPERIMENT_NAME', experimentName)
return outputString return outputString
......
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