Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Signed-off-by: HydrogenSulfate <[email protected]>
  • Loading branch information
HydrogenSulfate authored Sep 11, 2024
1 parent 31edbb1 commit 5466939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepmd/pt/entrypoints/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def main(args: Optional[Union[List[str], argparse.Namespace]] = None):

set_log_handles(
FLAGS.log_level,
Path(args.log_path) if args.log_path else None,
Path(FLAGS.log_path) if FLAGS.log_path else None,
mpi_log=None,
)
log.debug("Log handles were successfully set")
Expand Down

0 comments on commit 5466939

Please sign in to comment.