Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

I found one problem with pop-diff #19

Open
vekergu opened this issue Sep 6, 2018 · 0 comments
Open

I found one problem with pop-diff #19

vekergu opened this issue Sep 6, 2018 · 0 comments

Comments

@vekergu
Copy link

vekergu commented Sep 6, 2018

the code:
def diff(r1, r2, include_fresh=False, include_stale=False, excludes=None):
include_versions = True if include_stale else False
excludes = excludes if len(excludes) else []

in python 2.7.1.4
if excludes=None
then len(excludes) is error

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant