Skip to content

Commit

Permalink
Remove print top level folder for transfer entire project.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 4, 2023
1 parent b8afa4a commit 8b73762
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datashuttle/datashuttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,8 +1052,6 @@ def _transfer_entire_project(
direction : direction to transfer the data, either "upload" (from
local to central) or "download" (from central to local).
"""
self.show_top_level_folder(include_top_level_folder=False)

transfer_all_func = (
self.upload_all if direction == "upload" else self.download_all
)
Expand Down

0 comments on commit 8b73762

Please sign in to comment.