We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b416d67 + 4c95bb0 commit e9bc79cCopy full SHA for e9bc79c
README.md
@@ -13,7 +13,7 @@ B.load()
13
14
# Show the difference between both systems, that is, what would change if we applied changes from System B to System A
15
diff_a_b = A.diff_from(B)
16
-print(diff.str())
+print(diff_a_b.str())
17
18
# Update System A to align with the current status of system B
19
A.sync_from(B)
0 commit comments