Skip to content

Commit 359306e

Browse files
committed
downgrade to python 3.8 and lower
1 parent 5fbcecb commit 359306e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/versions-extract.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ def print_it(self):
228228
#
229229
# # print("+{}".format(data["RELEASE"])) # print build serial number too
230230

231-
232231
def main(argv=sys.argv[1:]):
233232
parser = argparse.ArgumentParser(
234233
prog="versions-extractor",
@@ -249,8 +248,9 @@ def main(argv=sys.argv[1:]):
249248
parser.add_argument(
250249
"-r",
251250
"--refresh",
252-
action=argparse.BooleanOptionalAction,
253-
default=None,
251+
# action=argparse.BooleanOptionalAction,
252+
action='store_true',
253+
default=False,
254254
help="refresh cmake configure?",
255255
)
256256
args = parser.parse_args()

0 commit comments

Comments
 (0)