Skip to content

Commit

Permalink
fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas committed Oct 18, 2023
1 parent 1ae5034 commit dff2fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapcraft/linters/library_linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _find_deb_package(self, library_name: str) -> Optional[str]:
output = subprocess.run(
["dpkg", "-S", path.absolute().as_posix()],
check=True,
stdout=subprocess.PIPE
stdout=subprocess.PIPE,
)
except subprocess.CalledProcessError:
# If the specified file doesn't belong to any package, the
Expand Down

0 comments on commit dff2fb4

Please sign in to comment.