Skip to content

Commit

Permalink
autopep8.sh applied
Browse files Browse the repository at this point in the history
  • Loading branch information
AHReccese committed Apr 28, 2024
1 parent 4f6a0cd commit 124da58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nava/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ def main():
parser = argparse.ArgumentParser()
parser.add_argument(
'--file',
nargs = 1,
metavar = "audio file name",
nargs=1,
metavar="audio file name",
type=str,
help="name of the audio file",
)
)
# parse the arguments from the standard input
args = parser.parse_args()
run_nava(args)
Expand Down

0 comments on commit 124da58

Please sign in to comment.