Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/merge_spark_pr.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ def get_current_ref():

def initialize_jira():
global asf_jira
asf_jira = None
jira_server = {"server": JIRA_API_BASE}

if not JIRA_IMPORTED:
Expand Down Expand Up @@ -595,7 +596,6 @@ def initialize_jira():
else:
print("Neither JIRA_ACCESS_TOKEN nor JIRA_USERNAME/JIRA_PASSWORD are set.")
continue_maybe("Continue without jira?")
asf_jira = None


def main():
Expand Down