On Thu, 26 Aug 2021 09:15:57 +0200 Denis 'GNUtoo' Carikli via Replicant <[email protected]> wrote: > - command += patches > + for patch in patches: > + if self.directory: > + command.append('{}/{}'.format(self.directory, patch)) > + else: > + command.append(patches) This should be command.append(patch) as with the former one it produces the following crash with many patches: > Traceback (most recent call last): > File "/usr/local/bin/replicant_prepare_patch.py", line 385, in > <module> print('git ' + ' '.join( > TypeError: sequence item 3: expected str instance, list found
I'll push the patch with the fix above. Denis.
pgp1o8D_kkIaC.pgp
Description: OpenPGP digital signature
_______________________________________________ Replicant mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/replicant
