Skip to content

Support spaces in filename #310 - #359

Merged
pombredanne merged 3 commits into
developfrom
310_support_spaces_in_path
Nov 18, 2018
Merged

Support spaces in filename #310 #359
pombredanne merged 3 commits into
developfrom
310_support_spaces_in_path

Conversation

@chinyeungli

Copy link
Copy Markdown
Contributor

The spec does not state if spaces are supported. The previous code will
throw the following critical error if space is detected in file name:

CRITICAL: Invalid characters '  ' in file name at: 

This commit add ' ' as a valid character.

Signed-off-by: Chin Yeung Li tli@nexb.com

@pombredanne pombredanne changed the title #310 Support spaces in filename Support spaces in filename #310 Nov 16, 2018
@pombredanne

Copy link
Copy Markdown
Member

@chinyeungli There are failing tests that need to be fixed to merge this

The spec does not state if spaces are supported. The previous code will
throw the following critical error if space is detected in file name:
```
CRITICAL: Invalid characters '  ' in file name at: 
```

This commit add ' ' as a valid character.

Signed-off-by: Chin Yeung Li <tli@nexb.com>
@pombredanne
pombredanne force-pushed the 310_support_spaces_in_path branch from 8a29ceb to a757fb0 Compare November 18, 2018 10:20
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
@pombredanne

Copy link
Copy Markdown
Member

All green with the latest test updates. Merging!

@pombredanne
pombredanne merged commit ea57557 into develop Nov 18, 2018
@pombredanne
pombredanne deleted the 310_support_spaces_in_path branch November 18, 2018 10:51
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.

2 participants