Skip to content

Commit

Permalink
fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vue1999 committed Nov 14, 2024
1 parent 03137c2 commit 2efbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace/tools/arg_parser_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def check_args(args):
args.swa = True
log_messages.append(
(
f"Stage Two is activated as start_stage_two was defined",
"Stage Two is activated as start_stage_two was defined",
logging.INFO,
)
)
Expand Down

0 comments on commit 2efbd5e

Please sign in to comment.