Skip to content

Commit 2e3d16f

Browse files
authored
Add a missing space
1 parent 0784203 commit 2e3d16f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
with open("publiccode.yml", "r" as f:
113113
data = yaml.safe_load(f)
114114
filename = "publiccode.yml"
115-
except FileNotFoundError:
115+
except FileNotFoundError:
116116
data = data
117117
118118
# Convert created_at to date format

0 commit comments

Comments
 (0)