bugfix: correct force_autoreconf method syntax (#23546)
This commit is contained in:
parent
57ccb6ea13
commit
2450ee0fb0
@ -155,7 +155,7 @@ version, this can be done like so:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def force_autoreconf(self):
|
def force_autoreconf(self):
|
||||||
return self.version == Version('1.2.3'):
|
return self.version == Version('1.2.3')
|
||||||
|
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
Finding configure flags
|
Finding configure flags
|
||||||
|
Loading…
Reference in New Issue
Block a user