Commit 5b1d191c authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Common - Load Desriptor tools:

- removed incorrect instruction
parent 533ea7b4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -250,5 +250,4 @@ class DescriptorLoader:
                num_ok += 1
            except Exception as e: # pylint: disable=broad-except
                error_list.append(f'{str(entity)}: {str(e)}')
                num_err += 1
        self.__results.append((entity_name, action_name, num_ok, error_list))