Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
revert: remove lib path from PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
NucciTheBoss authored Jun 28, 2024
1 parent 616db63 commit b34c056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/charms/operator_libs_linux/v0/juju_systemd_notices.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def subscribe(self) -> None:
Type=simple
Restart=always
WorkingDirectory={self._charm.framework.charm_dir}
Environment="PYTHONPATH={self._charm.framework.charm_dir / "venv"}:{self._charm.framework.charm_dir / "lib"}"
Environment="PYTHONPATH={self._charm.framework.charm_dir / "venv"}"
ExecStart=/usr/bin/python3 {__file__} {self._charm.unit.name}
[Install]
Expand Down

0 comments on commit b34c056

Please sign in to comment.