Skip to content

Commit a5edc28

Browse files
committed
errors go 2 stderr
1 parent 9266934 commit a5edc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ while True:
420420
# i have no idea when this code would actually run
421421
print("Interesting, it exists but it's not a file or a folder.")
422422
else:
423-
print("I can't find it :(")
423+
print("I can't find it :(", file=sys.stderr)
424424
```
425425

426426
## More modules!

0 commit comments

Comments
 (0)