Skip to content

Commit

Permalink
Merge pull request #24 from ro-56/hotfix/install
Browse files Browse the repository at this point in the history
fix: fixes path to configuration file
  • Loading branch information
ro-56 authored Jun 13, 2022
2 parents 509b771 + 07e0ce1 commit 729dfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/togglreports/core/plugin_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from togglreports.core import report_factory


PLUGIN_FILEPATH = os.path.normpath(os.path.join(os.path.dirname(__file__), "./data", "reports.json"))
PLUGIN_FILEPATH = os.path.normpath(os.path.join(os.path.dirname(__file__), "../data", "reports.json"))


class PluginInterface:
Expand Down

0 comments on commit 729dfb1

Please sign in to comment.