Skip to content

Commit 1bc7113

Browse files
committed
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 e2b8bad
2 parents 72581e9 + e2b8bad commit 1bc7113

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hold-for-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- conf-mode -*-
22

3+
branch/iola/automatic-doc-name-search-r10126 @ 10158
34
branch/iola/docalias-primary-key-r10101 @ 10111
4-
branch/amsl/liaisons/6.4.1 @ 10098
55

66
personal/lars/6.2.1.dev0@9970 # Requires the timeline work
77
personal/lars/6.0.5.dev0@9734 # Obsoleted - don't use 'bleach'

ietf/secr/proceedings/proc_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_audio_files(group,meeting):
4747
room = room.replace(' ','')
4848
room = room.replace('/','_')
4949
time = timeslot.time.strftime("%Y%m%d-%H%M")
50-
filename = 'ietf{}-{}-{}-*'.format(meeting.number,room,time)
50+
filename = 'ietf{}-{}-{}*'.format(meeting.number,room,time)
5151
path = os.path.join(settings.MEETING_RECORDINGS_DIR,'ietf{}'.format(meeting.number),filename)
5252
for file in glob.glob(path):
5353
url = 'https://www.ietf.org/audio/ietf{}/{}'.format(meeting.number,os.path.basename(file))

0 commit comments

Comments
 (0)