Skip to content

Commit 6905c51

Browse files
committed
Remove lose ends
1 parent bf58064 commit 6905c51

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

update_publiccode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,3 @@
5454
# Write updated publiccode.yaml
5555
with open("publiccode.yaml", "w") as f:
5656
yaml.safe_dump(data, f)
57-
END

update_publicorganisation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@
2626

2727
# Write updated openCatalogi.yaml
2828
with open("openCatalogi.yaml", "w") as f:
29-
yaml.safe_dump(data, f)
30-
END
29+
yaml.safe_dump(data, f)

0 commit comments

Comments
 (0)