Skip to content

Commit

Permalink
PTFM-38776 dx upload bugfix for symlinks.
Browse files Browse the repository at this point in the history
  • Loading branch information
austinlocke authored Oct 9, 2024
1 parent c052f79 commit fdb0855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/dxpy/bindings/dxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ def get_upload_url_and_headers():
report_progress_fn(self, len(data))

def wait_until_parts_uploaded(self, **kwargs):
self._wait_until_parts_uploaded(self, **kwargs)
self._wait_until_parts_uploaded(**kwargs)


def get_download_url(self, duration=None, preauthenticated=False, filename=None, project=None, **kwargs):
Expand Down

0 comments on commit fdb0855

Please sign in to comment.