Skip to content

Commit e1993cb

Browse files
committed
address the comment
1 parent 4758c6e commit e1993cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/dist.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def checkMavenVersion():
4545
for index, v in enumerate(mvn_version):
4646
if int(above[index]) < int(v):
4747
return True
48+
elif int(above[index]) > int(v):
49+
return False
4850

4951
return False
5052

0 commit comments

Comments
 (0)