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

typo fixed

parent d2ea708a
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