Skip to content

Commit

Permalink
Merge pull request #7 from OpenCatalogi/fix/issue-6/fix-missing-brace
Browse files Browse the repository at this point in the history
Fix a missing brace
  • Loading branch information
rjzondervan authored Dec 22, 2023
2 parents 5fe2de0 + e8f0f6d commit 5db367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ runs:
if (data == {}):
try:
with open("publiccode.yml", "r" as f:
with open("publiccode.yml", "r") as f:
data = yaml.safe_load(f)
filename = "publiccode.yml"
except FileNotFoundError:
Expand Down

0 comments on commit 5db367f

Please sign in to comment.