From e4d59969e42dd3e018446a5bad72de619518ca1a Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Fri, 5 Feb 2016 16:40:39 +0000
Subject: [PATCH] typo fixed

---
 src/python/dm/common/processing/plugins/fileProcessor.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/python/dm/common/processing/plugins/fileProcessor.py b/src/python/dm/common/processing/plugins/fileProcessor.py
index e1ff4ba5..ab19c037 100755
--- a/src/python/dm/common/processing/plugins/fileProcessor.py
+++ b/src/python/dm/common/processing/plugins/fileProcessor.py
@@ -14,7 +14,7 @@ class FileProcessor:
         return NotImplemented
 
     def replaceTemplates(self, inputString, fileInfo):
-        experimentName = fileInfo.get('experimentName', ''):
+        experimentName = fileInfo.get('experimentName', '')
         outputString = inputString.replace('EXPERIMENT_NAME', experimentName)
         return outputString
     
-- 
GitLab