Skip to content

Commit

Permalink
Didn't set default
Browse files Browse the repository at this point in the history
  • Loading branch information
martyzz1 committed Sep 17, 2024
1 parent f9f602f commit 597a073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitfeatures/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _call(args):
sys.exit(__name__ + ": none zero exit status executing: " + " ".join(args)) # noqa


def _get_branch_name(prefix, name, ticket_id):
def _get_branch_name(prefix, name, ticket_id=None):
branch_name = f"{prefix}{branch_seperator}{name}"
if ticket_id:
if ticket_prefix:
Expand Down

0 comments on commit 597a073

Please sign in to comment.