Skip to content

Commit

Permalink
coldfix (#8412)
Browse files Browse the repository at this point in the history
Signed-off-by: George Zelenfroynd <[email protected]>
Signed-off-by: ataghibakhsh <[email protected]>
  • Loading branch information
Jorjeous authored and JRD971000 committed Feb 16, 2024
1 parent 6e96e9c commit fdb7a42
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 @@ -126,7 +126,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 fdb7a42

Please sign in to comment.