diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2018-08-17 14:39:32 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2018-08-17 14:39:32 -0400 |
commit | 52fe35737024abc5712bda770801fdeb703881fc (patch) | |
tree | 2f8de3b1c01d2d118e5ff5fa0df122883b6db287 /indra/newview/llinventoryfilter.cpp | |
parent | 64034e83940e717d5aaf1e1f0dac5a9ed59bf835 (diff) |
DRTVWR-447: Use os.path.split(path) instead of path.split(os.sep).
On Windows, where 'path' might be separated either with '/' or '\', the latter
breaks unless all path separators are in fact the os.sep character '\'. While
it would be possible to code something fancy with os.sep and os.altsep,
testing the latter for None, much simpler to let os.path.split() handle it.
Diffstat (limited to 'indra/newview/llinventoryfilter.cpp')
0 files changed, 0 insertions, 0 deletions