Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Quentin Aristote
Soundscapes
Commits
c934a9df
Commit
c934a9df
authored
Nov 30, 2019
by
Quentin Aristote
Browse files
corrected typo
parent
f0d9302c
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/get_sounds.py
View file @
c934a9df
...
...
@@ -188,7 +188,7 @@ def getRecordings(directory = '.',
path
=
os
.
path
.
join
(
directory
,
filename
)
print
(
'Downloading {filename} ...'
.
format
(
filename
=
filename
))
if
not
(
os
.
path
.
isfile
(
path
))
or
overwrite
:
sound_html
=
get
File
Sound
(
title
)
sound_html
=
getSound
HTML
(
title
)
try
:
_
=
downloadSound
(
sound_html
,
path
=
path
)
print
(
'Success.'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment