Skip to content

Commit

Permalink
refactor(plugin): add nocover
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Feb 8, 2025
1 parent 90fa484 commit 45d373c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry_plugin_dotenv/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def load(self, event: ConsoleCommandEvent, *args, **kwargs) -> None: # type: ig

elif is_env_command and not config.ignore:
if config.location and os.path.isabs(config.location):
filepath = config.location
filepath = config.location # pragma: no cover

elif config.location and not os.path.isabs(config.location):
filepath = (
Expand Down

0 comments on commit 45d373c

Please sign in to comment.