Skip to content

Commit 9ac75d1

Browse files
authored
generic try-catch
1 parent 69cff7a commit 9ac75d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
try:
3838
from tqdm.notebook import tqdm
39-
except ImportError:
39+
except:
4040
from tqdm import tqdm
4141

4242

0 commit comments

Comments
 (0)