X-Git-Url: https://git.donarmstrong.com/?p=dak.git;a=blobdiff_plain;f=daklib%2Fcommand.py;h=867f7e3692589a5c26d1f1bc059cb40d7a62298f;hp=73c8d240d21af08de6926e3d108baad28d150105;hb=fc3a6f5382af1f10ea08429e1107d97d7c512269;hpb=21c41b7ab4f49c5bb0e5474b0885f7c7a74aec05 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.')