Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas McDonald committed Aug 18, 2023
1 parent 0523edd commit 001f490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestModels/SharedMakefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ _comment_out_import_module_python:
# For a Dafny-generated module X, comment out `import module_`
# This import results in circular dependencies
find runtimes/python/src/$(PYTHON_MODULE_NAME)/dafnygenerated -type f -exec sed -i $(SED_PARAMETER) '/import module\_/s/^/# /g' {} \;
# rm runtimes/python/src/$(PYTHON_MODULE_NAME)/dafnygenerated/module_.py
rm runtimes/python/src/$(PYTHON_MODULE_NAME)/dafnygenerated/module_.py
find runtimes/python/test/dafnygenerated -type f -exec sed -i $(SED_PARAMETER) '/import module\_/s/^/# /g' {} \;
find runtimes/python/test/dafnygenerated/test.py -type f -exec sed -i $(SED_PARAMETER) '/# import module\_/s/^# //g' {} \;

Expand Down

0 comments on commit 001f490

Please sign in to comment.