Skip to content

Commit

Permalink
logger
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Jaiswal committed Sep 3, 2024
1 parent c33343a commit 68a8b3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-packages/core/src/omigo_core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def enable_warn_once_only_mode():
os.environ[OMIGO_WARN_ONCE_ONLY] = "1"

def disable_warn_once_only_mode():
os.environ[OMIGO_WARN_ONCE_ONLY] = "1"
os.environ[OMIGO_WARN_ONCE_ONLY] = "0"

def warn(msg):
if (is_warn() or is_error() or is_critical()):
Expand Down

0 comments on commit 68a8b3f

Please sign in to comment.