> I merged this into my local version. When I ran tox I got: > > E AssertionError: ************* Module duplicity.statistics > E /Users/ken/workspace/duplicity-src8/duplicity/statistics.py:159: [E0012 > (bad-option-value), ] Bad option value 'bad-string-format-type' > E /Users/ken/workspace/duplicity-src8/duplicity/statistics.py:162: [E0012 > (bad-option-value), ] Bad option value 'bad-string-format-type'
Yeah, I get that error when running the PEP8 checker under python 2. I could remove the pylint annotation, but then the checker complains if it is run under python 3. > ERROR: py36: InterpreterNotFound: python3.6 Do you have another version of python 3 installed? I only targeted py36 in tox.ini because it was the version that I had installed. -- https://code.launchpad.net/~mgorse/duplicity/0.8-series/+merge/359864 Your team duplicity-team is requested to review the proposed merge of lp:~mgorse/duplicity/0.8-series into lp:duplicity. _______________________________________________ Mailing list: https://launchpad.net/~duplicity-team Post to : [email protected] Unsubscribe : https://launchpad.net/~duplicity-team More help : https://help.launchpad.net/ListHelp

