Assembly: joint task: fix delete impossible of non-valid refs
This commit is contained in:
committed by
Chris Hennes
parent
7fff3c525e
commit
8b650e8146
@@ -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