Skip to content

Commit

Permalink
I spent way too long trying to figure out why my tests weren't taking…
Browse files Browse the repository at this point in the history
… effect
  • Loading branch information
L1ghtmann committed Jan 12, 2024
1 parent e2a1930 commit af935d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dragongen/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def classify(filedict: dict) -> dict:
return {key: value for (key, value) in filedict.items() if value != []}


# NOTE: currently unused; see src/dragongen/generation.py's main()
# this was supposed to be a really small function, i dont know what happened ;-;
def interpret_theos_makefile(file: object, root: object = True) -> dict:
project = {}
Expand Down

0 comments on commit af935d5

Please sign in to comment.