We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e475531 commit 5d2bbf2Copy full SHA for 5d2bbf2
Python_Engine/Python/src/python_toolkit/example/example_2.py
@@ -54,4 +54,4 @@ def example_2(save_path: Path, n_steps: int = 25) -> Path:
54
55
args = parser.parse_args()
56
57
- example_2(args.save_path, args.n_steps)
+ print(example_2(args.save_path, args.n_steps))
0 commit comments