Skip to content
Commit 250005b1 authored by Ian Stapleton Cordasco's avatar Ian Stapleton Cordasco
Browse files

Use platform independent path separator

When normalizing paths in flake8.utils, we use the os.path.sep constant
to determine if the item is intended to be a path. If Windows users then
have a path like

    foo\bar

Specified, they will get the same behaviour as a *nix user with

    foo/bar
parent ba2d9488
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment