Skip to content

Commit 44457f4

Browse files
committed
fix: lighter contextual logger comments
1 parent ca69139 commit 44457f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydrodiy/io/iutils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def context(self):
153153
def context(self, value):
154154
self._context = str(value)
155155
if self._context != "":
156-
self.info(LOGGER_SEPARATOR*LOGGER_NSEPARATORS)
156+
self.info("")
157157
sep = LOGGER_SEPARATOR_CONTEXTUAL\
158158
*LOGGER_NSEPARATORS_CONTEXTUAL
159159
mess = sep+" "+self._context+" "+sep

0 commit comments

Comments
 (0)