Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Mar 13, 2024
1 parent b532967 commit 2ae6abb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions lincbrain/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def download_generator(self) -> Iterator[dict]:
asset.path,
)
mtime = asset.modified
# Aaron
_download_generator = _download_file(
asset.get_download_file_iter(),
download_path,
Expand Down
1 change: 1 addition & 0 deletions lincbrain/files/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ def iter_upload(
yield {"status": "initiating upload"}
lgr.debug("%s: Beginning upload", asset_path)
total_size = pre_upload_size_check(self.filepath)
# Aaron
try:
resp = client.post(
"/uploads/initialize/",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install_requires =
bidsschematools ~= 0.7.0
click >= 7.1
click-didyoumean
dandischema ~= 0.8.0
dandischema ~= 0.10.0
etelemetry >= 0.2.2
fasteners
fscacher >= 0.3.0
Expand Down

0 comments on commit 2ae6abb

Please sign in to comment.