chiark / gitweb /
mirror: fix syntax error on Python 3.4
authorHans-Christoph Steiner <hans@eds.org>
Thu, 30 Nov 2017 13:02:02 +0000 (14:02 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Thu, 30 Nov 2017 13:03:04 +0000 (14:03 +0100)
commitbf09109c499a19f5f7220e90a5bd9c5f36e76b5d
treeea6f8281265fd0a881b5eb9ca9092dd0787290b1
parentdcbc78d23815cd27db0414074fa5c601093ce82f
mirror: fix syntax error on Python 3.4

It seems that Python 3.5 is more flexible with * expansion, Python 3.4 says:

SyntaxError: only named arguments may follow *expression
https://travis-ci.org/f-droid/fdroidserver/jobs/309194065
fdroidserver/mirror.py