Skip to content

Commit

Permalink
Removed more debugging print calls
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Nov 28, 2022
1 parent 4dc307c commit 3367aac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dandi/files/bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def bids_root(self) -> Path:
"""
The directory on the filesystem in which the BIDS dataset is located
"""
return self.filepath.parent.absolute()
return self.filepath.parent

def _validate(self) -> None:
with self._lock:
Expand Down Expand Up @@ -189,9 +189,8 @@ def get_metadata(
start_time = end_time = datetime.now().astimezone()
add_common_metadata(metadata, self.filepath, start_time, end_time, digest)
metadata["path"] = self.path
print("fffffffffffffffffffffffff get_metadata")
print("zzzzzzzzzzzzzzzzzzzzzzzzz get_metadata")
print(metadata)
print(**metadata)
return BareAsset(**metadata)


Expand Down

0 comments on commit 3367aac

Please sign in to comment.