Skip to content

Commit

Permalink
remove .txt from constraints.txt filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pipiche38 committed Nov 24, 2024
1 parent 72127b6 commit 10d8f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/pluginHelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def parse_constraints(home_folder):
"bellows": ""
}

constraints_file = Path(home_folder) / "constraints.txt.txt"
constraints_file = Path(home_folder) / "constraints.txt"
with open(constraints_file, 'r') as file:
for line in file:
# Remove leading/trailing whitespace and newlines
Expand Down

0 comments on commit 10d8f3d

Please sign in to comment.