Skip to content

Commit

Permalink
Fixed object is not callable error
Browse files Browse the repository at this point in the history
  • Loading branch information
spellegriti committed Feb 28, 2022
1 parent f8377d5 commit 306a452
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion puttier/definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ def describe():
print("DATA_DIR={}".format(Project.DATA_DIR))
print("THEMES_INI_PATH={}".format(Project.THEMES_INI_PATH))

describe()

DescribeProject.describe()

0 comments on commit 306a452

Please sign in to comment.