Merged in [10156] from rcross@amsl.com:
Adjust audio file glob pattern.
- Legacy-Id: 10179
Note: SVN reference [10156] has been migrated to Git commit e2b8bad862
This commit is contained in:
commit
1bc71132c5
|
@ -1,7 +1,7 @@
|
|||
# -*- conf-mode -*-
|
||||
|
||||
branch/iola/automatic-doc-name-search-r10126 @ 10158
|
||||
branch/iola/docalias-primary-key-r10101 @ 10111
|
||||
branch/amsl/liaisons/6.4.1 @ 10098
|
||||
|
||||
personal/lars/6.2.1.dev0@9970 # Requires the timeline work
|
||||
personal/lars/6.0.5.dev0@9734 # Obsoleted - don't use 'bleach'
|
||||
|
|
|
@ -47,7 +47,7 @@ def check_audio_files(group,meeting):
|
|||
room = room.replace(' ','')
|
||||
room = room.replace('/','_')
|
||||
time = timeslot.time.strftime("%Y%m%d-%H%M")
|
||||
filename = 'ietf{}-{}-{}-*'.format(meeting.number,room,time)
|
||||
filename = 'ietf{}-{}-{}*'.format(meeting.number,room,time)
|
||||
path = os.path.join(settings.MEETING_RECORDINGS_DIR,'ietf{}'.format(meeting.number),filename)
|
||||
for file in glob.glob(path):
|
||||
url = 'https://www.ietf.org/audio/ietf{}/{}'.format(meeting.number,os.path.basename(file))
|
||||
|
|
Loading…
Reference in a new issue