There was an error while loading. Please reload this page.
1 parent b6b855d commit 7f98aa8Copy full SHA for 7f98aa8
1 file changed
ietf/meeting/factories.py
@@ -34,7 +34,7 @@ def number(self,n):
34
else:
35
return '%02d'%(n+80)
36
37
- return 'interim-%d-%s-%d'%(self.date.year,GroupFactory().acronym,n)
+ return 'interim-%d-%s-%02d'%(self.date.year,GroupFactory().acronym,n)
38
39
@factory.post_generation
40
def populate_agenda(self, create, extracted, **kwargs):
0 commit comments