Skip to content

Commit

Permalink
jtrawl -- minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trmrsh committed May 21, 2021
1 parent f4e4a18 commit 98bc1d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hipercam/scripts/jtrawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ def jtrawl(args=None):
nname
for nname in os.listdir(".")
if nre.match(nname)
and os.path.isdir(nname) and
(args.night is None or nname == args.night)
and os.path.isdir(nname)
]
nnames.sort()

Expand Down

0 comments on commit 98bc1d6

Please sign in to comment.