Skip to content

Commit

Permalink
logging fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoran Jankovic committed May 19, 2024
1 parent 69e96f6 commit 929c798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gadapt/adapters/ga_logging/logging_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ def get_last_num(s: str) -> int:
logger = logging.getLogger("gadapt_logger")
if not is_logging:
logger.disabled = True
return
else:
logger.disabled = False
return
path = os.path.join(os.getcwd(), "log")
if not os.path.exists(path):
os.mkdir(path)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="gadapt",
version="0.4.7",
version="0.4.8",
author="Zoran Jankovic",
author_email="[email protected]",
url="https://github.com/bpzoran/gadapt",
Expand Down

0 comments on commit 929c798

Please sign in to comment.