X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcommand.py;h=867f7e3692589a5c26d1f1bc059cb40d7a62298f;hb=391f5ec09a119131dc846b796ca791f4cecc69e4;hp=73c8d240d21af08de6926e3d108baad28d150105;hpb=bc2a2a5909f657dcc83c992b1f113dbff7bb1e9c;p=dak.git diff --git a/daklib/command.py b/daklib/command.py index 73c8d240..867f7e36 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.')