ArneBachmann / tagsplorer

A quick and resource-efficient OS-independent tagging filetree extension tool and library
Mozilla Public License 2.0
3 stars 1 forks source link

lib: replace %s by %r or use invalid character replacing in logger? #64

Open ArneBachmann opened 7 years ago

ArneBachmann commented 3 years ago

Actually no, first we use '%s' now if possible, or even f"{name}". Second we need to implement an invalid character escaping in case a file-system name cannot be printed on the current stderr channel.