Commit 5c29182
authored
A small typo in the python os library usage
There is no method called exit() in os. It is named _exit()
Source:
https://stackoverflow.com/questions/72010825/python-attributeerror-module-os-has-no-attribute-exit1 parent a6a7bd4 commit 5c29182
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments