summaryrefslogtreecommitdiff
path: root/indra/newview/llinventoryfilter.cpp
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-08-17 14:39:32 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-08-17 14:39:32 -0400
commit52fe35737024abc5712bda770801fdeb703881fc (patch)
tree2f8de3b1c01d2d118e5ff5fa0df122883b6db287 /indra/newview/llinventoryfilter.cpp
parent64034e83940e717d5aaf1e1f0dac5a9ed59bf835 (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