Skip to content

Commit

Permalink
different debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
meejah committed Dec 6, 2024
1 parent 246b26b commit 009a5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/magic_folder/snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ def copy_data():
parents_local=parents_local,
parents_remote=parents_remote,
)
print("LOCAL SNAP", local_snap, local_snap.metadata)
from .config import _local_snapshots
_local_snapshots[local_snap.identifier] = local_snap

Expand Down Expand Up @@ -666,6 +665,7 @@ def write_snapshot_to_tahoe(snapshot, author_key, tahoe_client):
metadata_cap = yield tahoe_client.create_immutable(
json.dumps(snapshot_metadata).encode("utf8")
)
print("SNAP", snapshot.relpath, snapshot_metadata, metadata_cap)

# sign the snapshot (which can only happen after we have the
# content-capability and metadata-capability)
Expand Down

0 comments on commit 009a5a3

Please sign in to comment.