Skip to content

Commit

Permalink
Merge pull request #2 from dieg0as/master
Browse files Browse the repository at this point in the history
Fixed load "-S" argument
  • Loading branch information
nryant authored Feb 17, 2018
2 parents 5c5d649 + 3f910a3 commit fa4ac15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion score.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def print_table(file_to_scores, global_scores, n_digits=2,
if args.ref_rttm_scpf is not None:
args.ref_rttm_fns = load_script_file(args.ref_rttm_scpf)
if args.sys_rttm_scpf is not None:
args.sys_rttm_fns = load_script_file(args.ref_rttm_scpf)
args.sys_rttm_fns = load_script_file(args.sys_rttm_scpf)
if len(args.ref_rttm_fns) < 1:
error('No reference RTTMs specified.')
sys.exit(1)
Expand Down

0 comments on commit fa4ac15

Please sign in to comment.