Commit 90ec1d47 authored by Derek Murray's avatar Derek Murray Committed by Jonathan Hseu
Browse files

Portable path parsing in speech_commands/input_data.py (#14519)

* Portable path parsing in speech_commands/input_data.py

Convert some code using a regular expression with `'/'` characters into code that uses `os.path` methods and handles `'\'` characters in Windows paths.

* Move the `.lower()` to the proper spot.
parent 11eefcd2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment