зеркало из https://github.com/mozilla/DeepSpeech.git
Replace remove_remote() method with remove method
Partially resolves #3569
This commit is contained in:
Родитель
cf16afafe9
Коммит
b2bac3c5e6
|
@ -78,4 +78,4 @@ def remove_remote(filename):
|
|||
Wrapper that can remove local and remote files like `gs://...`
|
||||
"""
|
||||
# Conditional import
|
||||
return gfile.remove_remote(filename)
|
||||
return gfile.remove(filename)
|
||||
|
|
Загрузка…
Ссылка в новой задаче