Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jan 8, 2023
1 parent 861066b commit 211bb2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/args/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ class InputSamplesFilepath(BaseArg):

@staticmethod
def read_argument(args):
return args.input_samples_dir
return args.input_samples

@staticmethod
def add_argument(parser, default):
Expand Down

0 comments on commit 211bb2b

Please sign in to comment.