fix io.input_skip_pending for colab
This commit is contained in:
@@ -390,7 +390,10 @@ class InteractBase(object):
|
|||||||
except:
|
except:
|
||||||
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