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.
1 parent 8ba5b36 commit c4a9a3bCopy full SHA for c4a9a3b
devtools/bundled_program/schema/test/test_schema.py
@@ -14,7 +14,7 @@
14
class TestSchema(unittest.TestCase):
15
def test_schema_sync(self) -> None:
16
# make the test work in both internal and oss.
17
- prefix = ("executorch/" if os.path.exists("executorch/schema/common.fbs") else "")
+ prefix = "executorch/" if os.path.exists("executorch/schema/common.fbs") else ""
18
19
self.assertTrue(
20
filecmp.cmp(
0 commit comments