Skip to content

Commit

Permalink
HPCC4J-608 JiraboMerge: Fixed syntax error
Browse files Browse the repository at this point in the history
- Fixed syntax error due to missing change

Signed-off-by: James McMullan [email protected]
  • Loading branch information
jpmcmu committed Jul 22, 2024
1 parent 5c48c29 commit 91e5177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/JirabotMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
project = jira.get_project(projectName)
projectId = project['id']
jira.add_version(projectName, projectId, fixVersion)
catch Exception as error:
except Exception as error:
print('Error: Unable to add fix version: ' + fixVersion + ' with: ' + str(error))
sys.exit(1)
Expand Down

0 comments on commit 91e5177

Please sign in to comment.