Skip to content

Commit

Permalink
Update method call (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored and nmanovic committed Jan 21, 2020
1 parent a5c3da1 commit 604be63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/dataset_manager/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def export(self, dst_format, save_dir, save_images=False, server_url=None):
if dst_format == EXPORT_FORMAT_DATUMARO_PROJECT:
self._remote_export(save_dir=save_dir, server_url=server_url)
else:
self._dataset.export(output_format=dst_format,
self._dataset.export_project(output_format=dst_format,
save_dir=save_dir, save_images=save_images)

def _remote_image_converter(self, save_dir, server_url=None):
Expand Down

0 comments on commit 604be63

Please sign in to comment.