Skip to content
Snippets Groups Projects
Commit 32e11494 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

Use os.path.normcase(os.path.normpath()) when comparing directories.

Once again we've been bitten by comparison failure between "c:\somepath" and
"C:\somepath". Normalize paths in both Python helper scripts to make that
comparison more robust.
parent 5d2bb536
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment