Try to fix...
This commit is contained in:
@@ -25,6 +25,10 @@ class StdoutWrapper:
|
|||||||
# 一時ファイルを閉じる
|
# 一時ファイルを閉じる
|
||||||
self.temp_file.close()
|
self.temp_file.close()
|
||||||
|
|
||||||
|
def fileno(self):
|
||||||
|
# 一時ファイルのファイルディスクリプタを返す
|
||||||
|
return self.temp_file.fileno()
|
||||||
|
|
||||||
|
|
||||||
def get_stdout():
|
def get_stdout():
|
||||||
# Colab 環境をチェックする
|
# Colab 環境をチェックする
|
||||||
|
|||||||
Reference in New Issue
Block a user