Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 8d4a4f7

Browse files
committed
pass into _data_diff
1 parent a967c2d commit 8d4a4f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ def main(conf, run, **kw):
286286
state=state,
287287
)
288288
else:
289-
return _data_diff(**kw)
289+
return _data_diff(**kw, state=state)
290290
except Exception as e:
291291
logging.error(e)
292292
if kw["debug"]:

0 commit comments

Comments
 (0)