Skip to content

Commit

Permalink
sync_db: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
avivace authored Aug 23, 2024
1 parent f8d6da0 commit b1e069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sync_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def run():
except Exception:
parsed_date = None

# Manually flag an entry as Open Source if it has an explicit license
# Manually flag an entry as Open Source if it has an explicit license
# set or if it has a valid git repository
if "Open Source" not in data["tags"]:
if "repository" in data:
Expand Down

0 comments on commit b1e069c

Please sign in to comment.