aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/project/toolset.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 20:11:27 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-07-03 20:11:27 +0200
commit126319d5bfc1948c440db86d57dcc3b047a1759e (patch)
tree82a50142fa9c68851542cb8761c03edf4accbdd1 /project/toolset.py
parentcommon.cmake: enable warnings for Clang as well (diff)
downloadcmake-common-126319d5bfc1948c440db86d57dcc3b047a1759e.tar.gz
cmake-common-126319d5bfc1948c440db86d57dcc3b047a1759e.zip
fix PyLint warnings
Diffstat (limited to '')
-rw-r--r--project/toolset.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/project/toolset.py b/project/toolset.py
index 001eefb..35d5192 100644
--- a/project/toolset.py
+++ b/project/toolset.py
@@ -308,9 +308,8 @@ a list of all supported toolset versions:
class Toolset(abc.ABC):
- @staticmethod
@contextmanager
- def b2_args():
+ def b2_args(self):
# Write the config file, etc.
yield []