Loading doc/analysis/generaterobotdata.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -560,7 +560,7 @@ class GenerateRobotData: # pics = f'PICS_{tags[0]}' # pics = f'PICS_{tags[0]}' # # # return reference, pics # return reference, pics aux = [x for x in tags if match(pattern=r'^(\d+_\d+_\d+)', string=x)] aux = [x for x in tags if match(pattern=r'^(\d+_\d+_\d+)|^(\d+_\d+)', string=x)] if len(aux) == 0: if len(aux) == 0: raise Exception( raise Exception( Loading Loading
doc/analysis/generaterobotdata.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -560,7 +560,7 @@ class GenerateRobotData: # pics = f'PICS_{tags[0]}' # pics = f'PICS_{tags[0]}' # # # return reference, pics # return reference, pics aux = [x for x in tags if match(pattern=r'^(\d+_\d+_\d+)', string=x)] aux = [x for x in tags if match(pattern=r'^(\d+_\d+_\d+)|^(\d+_\d+)', string=x)] if len(aux) == 0: if len(aux) == 0: raise Exception( raise Exception( Loading