fix io.input_skip_pending for colab
This commit is contained in:
@@ -391,6 +391,9 @@ class InteractBase(object):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def input_skip_pending(self):
|
def input_skip_pending(self):
|
||||||
|
if is_colab:
|
||||||
|
# currently it does not work on Colab
|
||||||
|
return
|
||||||
"""
|
"""
|
||||||
skips unnecessary inputs between the dialogs
|
skips unnecessary inputs between the dialogs
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user