Closed bz-dev closed 2 years ago
That was quick! But I think it won't work if you don't from pathlib import Path
, will it?
That was quick! But I think it won't work if you don't
from pathlib import Path
, will it?
from pathlib import Path
this was already there on line 4.
Oh yes, I only saw a small snippet in the commit.
Fixed issue with custom config file location from environment variable. Fixes issue #228.