Skip to content

Commit 4aaeb26

Browse files
adds debugging print
1 parent ecf3380 commit 4aaeb26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

digital_land/state.py

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def compare_state(
9898
resource_dir=resource_dir,
9999
incremental_loading_override=incremental_loading_override,
100100
)
101+
print("current:", current)
101102
# in here current incremental override must be false
102103

103104
compare = State.load(state_path)

tests/e2e/test_state.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
import json
33
import subprocess
44
from pathlib import Path
5-
from digital_land.commands import save_state, compare_state
5+
from digital_land.commands import save_state
6+
from digital_land.state import compare_state
67

78
specification_hash = "ebe620f5228d01170b1857bad3e738aa432f5fd6"
89
collection_hash = "ed4c5979268ad880f7edbdc2047cfcfa6b9ee3b4"

0 commit comments

Comments
 (0)