Skip to content

Commit 4e4d6ee

Browse files
committed
undo batching error error
1 parent e56c4ac commit 4e4d6ee

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

metacat/ui/metacat_dataset.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,7 @@ def __call__(self, command, client, opts, args):
206206
)
207207

208208
except MCError as e:
209-
if batchsize and files_query:
210-
print(f"{e} on batch {batch}")
211-
else:
212-
print(e)
209+
print(e)
213210

214211
sys.exit(1)
215212
else:

0 commit comments

Comments
 (0)