blender-asset-tracer/blender_asset_tracer
Sybren A. Stüvel 20d7ea08cc Workaround for Windows failing on glob patterns in path.resolve()
Windows fails with an OSError when `somepath.resolve()` is called and
`somepath` contains a glob pattern. As a workaround, we now `resolve()`
the parent directory, and put the filename at its end. This only works
when the glob pattern is in the filename, which is the case for BAT-
generated globs.
2019-01-02 15:14:50 +01:00
..
2018-12-20 14:23:06 +01:00
2018-12-06 10:02:40 +01:00