Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/meeting.py
diff options
context:
space:
mode:
Diffstat (limited to 'meeting.py')
-rw-r--r--meeting.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meeting.py b/meeting.py
index 4285dd8..9ecce97 100644
--- a/meeting.py
+++ b/meeting.py
@@ -113,7 +113,7 @@ class Config(object):
# names useful for pathname formatting.
# Certain test channels always get the same name - don't need
# file prolifiration for them
- pattern = '%(channel)s/%%Y-%%m-%%dT%%H:%%M:%%S'
+ pattern = '%(channel)s/meetings/%%Y-%%m-%%dT%%H:%%M:%%S'
channel = self.M.channel.strip('# ').lower().replace('/', '')
network = self.M.network.strip(' ').lower().replace('/', '')
if self.M._meetingname: