Skip to content

Commit 5d2bbf2

Browse files
tg359Fraser Greenroyd
authored and
Fraser Greenroyd
committed
Fixed example files
1 parent e475531 commit 5d2bbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python_Engine/Python/src/python_toolkit/example/example_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ def example_2(save_path: Path, n_steps: int = 25) -> Path:
5454

5555
args = parser.parse_args()
5656

57-
example_2(args.save_path, args.n_steps)
57+
print(example_2(args.save_path, args.n_steps))

0 commit comments

Comments
 (0)