Assembly: joint task: fix delete impossible of non-valid refs
This commit is contained in:
committed by
Chris Hennes
parent
bb25a4efbc
commit
9625a71d8d
@@ -1140,6 +1140,8 @@ def isRefValid(ref, number_sub):
|
||||
return False
|
||||
if len(ref[1]) < number_sub:
|
||||
return False
|
||||
if ref[1][0].find("?") != -1:
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user