Skip to content

Commit

Permalink
manage traffic jam: allow no filters.
Browse files Browse the repository at this point in the history
Fixes #788
  • Loading branch information
m4rc1e authored Nov 14, 2023
1 parent 220d3a0 commit 8586217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/gftools/scripts/manage_traffic_jam.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def main(args=None):
"upgrade",
"new",
"no_fonts",
), default=None, nargs="+",
), default=[], nargs="+",
)
parser.add_argument("-p", "--show-open-prs", action="store_true", default=False)
parser.add_argument(
Expand Down

0 comments on commit 8586217

Please sign in to comment.