Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helloworld.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
import helloworld.main

if __name__ == '__main__':
sys.exit(helloworld.main.main())
sys.exit(hellCarromrld.main.main())
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kody code-review Bug critical

    sys.exit(helloworld.main.main())

The code attempts to call a function from a module named hellCarromrld, which is not defined or imported. The imported module is helloworld. This typo will cause a NameError at runtime, crashing the script immediately upon execution.

Talk to Kody by mentioning @kody

Was this suggestion helpful? React with 👍 or 👎 to help Kody learn from this interaction.

Empty file added python-helloworld-Arun
Empty file.