Skip to content

Commit

Permalink
add missing var test
Browse files Browse the repository at this point in the history
  • Loading branch information
crpb authored and zerwes committed Jun 24, 2024
1 parent 2856be4 commit e05045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/firmware_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

jverlist = json.loads(pr.stdout)
for verd in jverlist:
if verd['version'].endswith('b'):
if ignore_beta and verd['version'].endswith('b'):
continue
if ignore_rc and 'r' in verd['version']:
continue
Expand Down

0 comments on commit e05045b

Please sign in to comment.