Skip to content

Commit ee5285f

Browse files
committed
fix new pylint
1 parent e6eea65 commit ee5285f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bindings/python/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
def read_git_version():
6363
try:
64-
proc = subprocess.Popen(
64+
proc = subprocess.Popen( # pylint: disable=R1732
6565
("git", "describe", "--long", "--tags", "--match", "v[0-9]*.*"),
6666
stdout=subprocess.PIPE,
6767
stderr=subprocess.PIPE,

0 commit comments

Comments
 (0)