Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Fix license checks with new git and Python. #1121

Merged
merged 1 commit into from
Sep 25, 2018

Conversation

QuLogic
Copy link
Member

@QuLogic QuLogic commented Sep 24, 2018

New git-log does not accept empty strings for paths; we did not need to pass an empty string since it was just an artifact of the parsing. Use NUL-termination instead of newlines as this prevents git from adding any additional porcelain to the filenames.

Also, use a raw-string for regexes to avoid invalid escapes.

New git-log does not accept empty strings for paths; we did not need to
pass an empty string since it was just an artifact of the parsing. Use
NUL-termination instead of newlines as this prevents git from adding any
additional porcelain to the filenames.

Also, use a raw-string for regexes to avoid invalid escapes.
@QuLogic QuLogic added this to the 0.17 milestone Sep 25, 2018
@dopplershift dopplershift merged commit 0ef03c4 into SciTools:master Sep 25, 2018
@QuLogic QuLogic deleted the fix-coding-tests branch September 25, 2018 19:53
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.

None yet

2 participants