Skip to content

Commit

Permalink
wip: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jthodge committed Oct 15, 2023
1 parent 5c6c6be commit 0641801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ def build_database(repo_path):
url = "https://github.com/jthodge/til/blob/main/{}".format(path)
# Do we need to render the markdown?
path_slug = path.replace("/", "_")
print("$$$$$$$$$$$$$$")
print(path_slug)
try:
row = table.get(path_slug)
previous_body = row["body"]
Expand Down

0 comments on commit 0641801

Please sign in to comment.