[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] daklib/command.py: Add Cc option.



---
 daklib/command.py |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/daklib/command.py b/daklib/command.py
index 73c8d24..867f7e3 100644
--- a/daklib/command.py
+++ b/daklib/command.py
@@ -158,6 +158,8 @@ class CommandFile(object):
             section = sections.section
             if 'Uploader' in section:
                 self.uploader = section['Uploader']
+            if 'Cc' in section:
+                self.cc.append(section['Cc'])
             # TODO: Verify first section has valid Archive field
             if 'Archive' not in section:
                 raise CommandError('No Archive field in first section.')
-- 
1.7.10.4


Reply to: