Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
rajithkrishnegowda committed Nov 12, 2024
1 parent a012919 commit 74b8e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/interface/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def cli(context, log_level, no_warnings):
disable_warnings()
print("os.getenv log file path is {}".format(os.getenv("LOG_FILE")))
log_file = pathlib.Path("LOG_FILE").expanduser().resolve()
print(log_file)
print("log file path is {}".format(log_file))
setup_logging(log_level, str(log_file))
sys.stdout.reconfigure(encoding="utf-8")

Expand Down

0 comments on commit 74b8e3a

Please sign in to comment.