Skip to content

Commit

Permalink
fix/branch-option linting
Browse files Browse the repository at this point in the history
  • Loading branch information
anabellabuckvar committed Feb 10, 2025
1 parent 5ab9d15 commit 5b48538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snooty/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,7 @@ def __init__(

if custom_branch:
branch = custom_branch
else:
else:
try:
branch = subprocess.check_output(
["git", "rev-parse", "--abbrev-ref", "HEAD"],
Expand Down

0 comments on commit 5b48538

Please sign in to comment.