diff --git a/contrib/stack/topsStack/SentinelWrapper.py b/contrib/stack/topsStack/SentinelWrapper.py index 8433d94..cf6fc8a 100755 --- a/contrib/stack/topsStack/SentinelWrapper.py +++ b/contrib/stack/topsStack/SentinelWrapper.py @@ -110,7 +110,7 @@ class ConfigParser: # Looks for string between $ sysmbols in the common subheading in config file def __parseString(self, iString): - if iString is '': + if iString == '': return iString elif isinstance(self.common, (dict)): # Case when "common" parameters are read from the configuration file