Closed dhly-etc closed 1 year ago
A while after making the initial commit in #255, it came to my attention that __file__ isn't actually a terribly reliable way to find the source filename. This change should make the loading process more robust, and work in more contexts.
__file__
@arximboldi Sorry to pester you, but hopefully this is a quick one to review?
Sorry for the delays! Yes LGTM!
A while after making the initial commit in #255, it came to my attention that
__file__
isn't actually a terribly reliable way to find the source filename. This change should make the loading process more robust, and work in more contexts.