Skip to content

Commit 71a6634

Browse files
committed
Update on "make et.export support etrecord generation"
this diff makes et.export etrecord generation supportive. Details can be found in #12925. After this change, all things in #12925 has completed. Differential Revision: [D79741917](https://our.internmc.facebook.com/intern/diff/D79741917/) [ghstack-poisoned]
2 parents ab0983f + 3a9256d commit 71a6634

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export/tests/test_export_session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def test_context_propagation_through_pipeline(self) -> None:
184184
"export_recipe",
185185
"session_name",
186186
"artifact_dir",
187-
"generate_etrecord"
187+
"generate_etrecord",
188188
}
189189
self.assertEqual(set(session._run_context.keys()), expected_context_keys)
190190
self.assertEqual(session._run_context["session_name"], "test_session")

0 commit comments

Comments
 (0)