Closed wouterdb closed 3 years ago
When passing a timeout, the following happens
for arg in supported_args: if arg in kwargs: > setattr(self, kwarg, kwargs[arg]) E NameError: name 'kwarg' is not defined /lib64/python3.8/site-packages/ncdiff/manager.py:104: NameError
This is looks like a typo, I will produce a patch.
Wouter
Thank you!
When passing a timeout, the following happens
This is looks like a typo, I will produce a patch.
Wouter