Skip to content

Add logging. Handle more characters in paths (':', '%', '-'),#8

Open
alwayssummer wants to merge 2 commits intosigmavirus24:masterfrom
alwayssummer:master
Open

Add logging. Handle more characters in paths (':', '%', '-'),#8
alwayssummer wants to merge 2 commits intosigmavirus24:masterfrom
alwayssummer:master

Conversation

@alwayssummer
Copy link
Copy Markdown

@alwayssummer alwayssummer commented May 10, 2016

Added some logging code (disabled by default). To enable logging set the log level to DEBUG.

Added 2 new characters to the config line parser: ':', '%', '-'

Might consider also adding '+' and ''.

For Windows; Convert back slashes (returned by os.path.abspath) to forward slashes for storage in the config file. Python should be able to use forward slash paths on windows. (Works on W8.1 at least.)

Added some logging code (disabled by default). To enable logging set the log level to DEBUG.

Added 3 new characters to the path parser: '\', '+', '-'
Use forward slashes for paths internally. Python should be able to use forward slash paths on windows. (Works on W8.1 at least.)
@alwayssummer alwayssummer changed the title Add logging. Handle more characters in paths ('\', '+', '-'), Add logging. Handle more characters in paths ('%', '-'), May 10, 2016
@alwayssummer alwayssummer changed the title Add logging. Handle more characters in paths ('%', '-'), Add logging. Handle more characters in paths (':', '%', '-'), May 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant