Skip to content

Commit

Permalink
Update PyStand.cpp
Browse files Browse the repository at this point in the history
Update PyStand.cpp

Update PyStand.cpp
  • Loading branch information
HIllya51 committed May 6, 2024
1 parent b70a575 commit a389706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyStand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ const char *init_script =
" sys.stderr = fp\n"
" attached = True\n"
"except Exception as e:\n"
" fp = open(os.devnull, 'w')\n"
" fp = open(os.devnull, 'w', errors='ignore')\n"
" sys.stdout = fp\n"
" sys.stderr = fp\n"
" attached = False\n"
Expand Down

0 comments on commit a389706

Please sign in to comment.