psolin / cleanco

Company Name Processor written in Python
MIT License
318 stars 94 forks source link

GMBH #89

Closed rorymullen closed 6 months ago

rorymullen commented 6 months ago

This package doesn't seem to be working on the German GMBH

ronarbo commented 6 months ago

Seems to be working for me at least for simple examples:

[ins] In [4]: basename("foot GMBH")                                                                            
Out[4]: 'foot'

[ins] In [5]: basename("foot gmbh")                                                                            
Out[5]: 'foot'
rorymullen commented 6 months ago

Thanks ronarbo, it was entirely my mistake, I had one case of G M B H, which, I suppose, the package would not pick up, and I had another case that was resolved by running basename() twice, as the documentation suggests. My apologies for not marking this as resolved, and thanks again for looking into this.