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: Michal Futrega <[email protected]>
  • Loading branch information
Jorjeous authored and michal2409 committed Feb 22, 2024
1 parent 6e96e9c commit 1489ac7
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 1489ac7

Please sign in to comment.