We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9727043 commit c9bc27eCopy full SHA for c9bc27e
ISAT/widgets/converter_dialog.py
@@ -26,6 +26,8 @@ def run(self):
26
raise NotImplementedError
27
28
def load_from_isat(self):
29
+ self.annos.clear()
30
+ self.cates = ()
31
json_files = [file for file in os.listdir(self.isat_json_root) if file.endswith('.json')]
32
num_json_files = len(json_files)
33
for index, file in enumerate(json_files):
0 commit comments