Skip to content

Commit 436f9c9

Browse files
committed
update for changes to git metadata collection
1 parent b60ff78 commit 436f9c9

File tree

1 file changed

+1
-1
lines changed
  • intro_to_wc_modeling/wc_modeling/wc_lang_tutorial

1 file changed

+1
-1
lines changed

intro_to_wc_modeling/wc_modeling/wc_lang_tutorial/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def main(examples_dir=os.path.join(os.path.dirname(__file__), 'examples')):
4444
# This example illustrates how to write a model to a set of .tsv files
4545
# 'examples_dir' is a directory
4646
model_filename_pattern = os.path.join(examples_dir, 'example_model-*.tsv')
47-
wc_lang.io.Writer().run(model_filename_pattern, model, set_repo_metadata_from_path=False)
47+
wc_lang.io.Writer().run(model_filename_pattern, model, data_repo_metadata=False)
4848

4949
results.append("write a model to a set of .tsv files: '{}'".format(model_filename_pattern))
5050

0 commit comments

Comments
 (0)