Skip to content

Commit

Permalink
lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
anarkiwi committed Dec 18, 2023
1 parent cd00ff7 commit 59d63d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gamutrf/offline.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def main():
parser = argument_parser()
parser.add_argument("filename", type=str, help="Recording filename (or glob)")
options = parser.parse_args()
filename = options.filename
for filename in glob.glob(options.filename):
out_dir = os.path.dirname(filename)
if out_dir == "":
Expand Down

0 comments on commit 59d63d8

Please sign in to comment.