We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca69139 commit 44457f4Copy full SHA for 44457f4
hydrodiy/io/iutils.py
@@ -153,7 +153,7 @@ def context(self):
153
def context(self, value):
154
self._context = str(value)
155
if self._context != "":
156
- self.info(LOGGER_SEPARATOR*LOGGER_NSEPARATORS)
+ self.info("")
157
sep = LOGGER_SEPARATOR_CONTEXTUAL\
158
*LOGGER_NSEPARATORS_CONTEXTUAL
159
mess = sep+" "+self._context+" "+sep
0 commit comments