Skip to content

Commit

Permalink
coldfix (NVIDIA#8412)
Browse files Browse the repository at this point in the history
Signed-off-by: George Zelenfroynd <gzelenfroind@nvidia.com>
Signed-off-by: Sasha Meister <ameister@nvidia.com>
  • Loading branch information
Jorjeous authored and sashameister committed Feb 15, 2024
1 parent 20a3b06 commit ad6a884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/speech_data_explorer/data_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def parse_args():
# automaticly going in comparison mode, if there is names_compared argument
if args.names_compared is not None:
comparison_mode = True
logging.error("comparison mod set to true")
logging.info("comparison mod set to true")
else:
comparison_mode = False

Expand Down

0 comments on commit ad6a884

Please sign in to comment.