On Sun, 11 Sep 2016 22:55:03 +0200 Giuseppe Scrivano <[email protected]> wrote:
> > +MetaXml = re.sub (r'{{FILE1_HASH}}', File1_sha256, MetaXml)
> > +MetaXml = re.sub (r'{{FILE2_HASH}}', File2_sha256, MetaXml)
> > +MetaXml = re.sub (r'{{FILE3_HASH}}', File3_sha256, MetaXml)
> > +MetaXml = re.sub (r'{{FILE4_HASH}}', File4_sha256, MetaXml)
> > +MetaXml = re.sub (r'{{FILE5_HASH}}', File5_sha256, MetaXml)
> > +MetaXml = re.sub (r'{{SRV_HOST}}', srv_host, MetaXml)
> > +MetaXml = re.sub (r'{{SRV_PORT}}', str (srv_port), MetaXml)
> > +MetaFile.content = MetaXml
>
> and here again could we skip the re module? ACK with it changed.
Thanks, fixed here and in other patches.
Posting after final decisions are taken about open topics in this series of
patches.
>
> Giuseppe
Regards,
Matthew
--
Matthew White <[email protected]>
pgpO0zCUTV48i.pgp
Description: PGP signature
