You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix inoperative pathname argument of add_files method (#135)
The method ended up with an incoherent algorithm, trying to pop the `pathname` argument out of the extra keyword arguments despite this being impossible. A good static code analyzer could have detected this bug.
Fixes#134.
Signed-off-by: Nicholas Vinson <nvinson234@gmail.com>
0 commit comments