Skip to content

Commit e475531

Browse files
tg359Fraser Greenroyd
authored andcommitted
Fixed example files
Added print statements to example files following changes to analytics
1 parent 9afa460 commit e475531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def example_1(a: float = 23, b: int = 42) -> str:
3232
)
3333
args = parser.parse_args()
3434

35-
example_1(args.a, args.b)
35+
print(example_1(args.a, args.b))

0 commit comments

Comments
 (0)