Skip to content

Commit

Permalink
fix mentinoed issue by Sepand
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed May 20, 2024
1 parent 11cd66f commit 89b9cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nava/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main():
)
parser.add_argument(
'--file',
nargs=1,
nargs='?',
type=str,
metavar='FILE_PATH',
help='path to audio file',
Expand Down

0 comments on commit 89b9cfd

Please sign in to comment.