Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interval problem with Repository.iter_fnames() #9

Closed
b2m opened this issue Nov 11, 2016 · 1 comment
Closed

Interval problem with Repository.iter_fnames() #9

b2m opened this issue Nov 11, 2016 · 1 comment
Labels

Comments

@b2m
Copy link

b2m commented Nov 11, 2016

The method Repository.iter_fnames() accepts the keyword arguments begin and end. When begin and end are in the same interval, the method will yield nothing. Or to use the illustration from the docstring:

Files:            A                 B 
Frames:    |---------------|---------------|
               ⬆      ⬆
             begin   end

Instead of A no filename is yielded.

@nebw
Copy link
Member

nebw commented Jan 23, 2017

fixed in de5c84f

@nebw nebw closed this as completed Jan 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants