Skip to content

Commit

Permalink
fix missing print
Browse files Browse the repository at this point in the history
  • Loading branch information
lwaekfjlk committed Oct 8, 2024
1 parent 6198a95 commit bdb3605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/generator_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ def run_engine(
print(f'Error occurred during engine execution: {e}')

finally:
('Engine execution completed.')
print('Engine execution completed.')

0 comments on commit bdb3605

Please sign in to comment.