Skip to content

Commit

Permalink
log storage dir
Browse files Browse the repository at this point in the history
  • Loading branch information
cxnt committed Oct 6, 2023
1 parent 42288bb commit 466922b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def export_to_coco(api: sly.Api, task_id, context, state, app_logger):

sly.logger.info(f"Dataset [{dataset.name}] processed!")

tree_output = f.generate_file_tree("src/debug/app_debug_data/data/storage_dir", 30)
tree_output = f.generate_file_tree(g.storage_dir, 30)
sly.logger.info(tree_output)

full_archive_name = f"{task_id}_{g.project.name}.tar"
Expand Down

0 comments on commit 466922b

Please sign in to comment.