We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6eea65 commit ee5285fCopy full SHA for ee5285f
1 file changed
bindings/python/version.py
@@ -61,7 +61,7 @@
61
62
def read_git_version():
63
try:
64
- proc = subprocess.Popen(
+ proc = subprocess.Popen( # pylint: disable=R1732
65
("git", "describe", "--long", "--tags", "--match", "v[0-9]*.*"),
66
stdout=subprocess.PIPE,
67
stderr=subprocess.PIPE,
0 commit comments