csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Allow --clientuid to accept an optional uuid. #127. #128

Closed redstreet closed 3 years ago

redstreet commented 3 years ago

This is backward compatible with existing behavior: --clientuid, if used bare without an id, will still generate and use a random id.

127

redstreet commented 3 years ago

What is happening here with black? It fails for lines completely unrelated to my PR (leading/trailing space on existing docstrings). I don't use black myself, but I don't see why this hasn't failed for past commits?

csingley commented 3 years ago

It's fine on my machine. I must have screwed something up in the Travis setup; not worth fixing since they're shutting it down. I'll take care of it.