Skip to content

Commit

Permalink
small path fix in filesettings
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed Apr 9, 2024
1 parent fcf6c61 commit 613e870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stockMarket/technicalAnalysis/io/strategyFileSettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def setup(self,
if self.template_xlsx_path is not None:
self.template_xlsx_path = Path(self.template_xlsx_path)
else:
self.template_xlsx_path = Path(__file__).parent / "templates"
self.template_xlsx_path = Path(__file__).parent.parent / "templates"

self.template_xlsx_file = str(
self.template_xlsx_path / self.template_xlsx_file
Expand Down

0 comments on commit 613e870

Please sign in to comment.