Skip to content

fix error message that is raised for incorrect type of value in sanity_check_paths#2524

Merged
migueldiascosta merged 1 commit intoeasybuilders:developfrom
boegel:fix_error_sanity_check_paths
Jun 29, 2018
Merged

fix error message that is raised for incorrect type of value in sanity_check_paths#2524
migueldiascosta merged 1 commit intoeasybuilders:developfrom
boegel:fix_error_sanity_check_paths

Conversation

@boegel
Copy link
Copy Markdown
Member

@boegel boegel commented Jun 28, 2018

Error produced now when a None entry gets included in the 'dirs' list in sanity_check_paths is:

 Unsupported type 'dirs' encountered in <type 'NoneType'>, not a string or tuple

while it should be:

 Unsupported type <type 'NoneType'> encountered in 'dirs', not a string or tuple

@boegel boegel added the bug fix label Jun 28, 2018
@boegel boegel added this to the 3.6.2 milestone Jun 28, 2018
@boegel boegel requested a review from migueldiascosta June 28, 2018 10:44
Copy link
Copy Markdown
Member

@migueldiascosta migueldiascosta left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@migueldiascosta migueldiascosta merged commit 3f1b1af into easybuilders:develop Jun 29, 2018
@boegel boegel deleted the fix_error_sanity_check_paths branch June 29, 2018 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants