Skip to content

Commit 7899d31

Browse files
committed
Update plugin.py
1 parent adcc1d1 commit 7899d31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppython/plugins/conan/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _install_dependencies(self, *, update: bool = False) -> None:
7777
If False, use cached versions when available.
7878
"""
7979
operation = 'update' if update else 'install'
80-
80+
8181
try:
8282
# Setup environment and generate conanfile
8383
conan_api, conanfile_path = self._prepare_installation()

0 commit comments

Comments
 (0)