Skip to content

Commit 77d65c2

Browse files
committed
Update lang file in source file
1 parent 53a154f commit 77d65c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/tutorial1/simulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def create_model(lang_graph: LanguageGraph) -> Model:
108108

109109

110110
def main():
111-
lang_file = "org.mal-lang.tyrLang-0.0.8.mar"
111+
lang_file = "tyrLang/src/main/mal/main.mal"
112112
current_dir = os.path.dirname(os.path.abspath(__file__))
113113
lang_file_path = os.path.join(current_dir, lang_file)
114114
tyr_lang = LanguageGraph.load_from_file(lang_file_path)

0 commit comments

Comments
 (0)