yeti / signals

MIT License
3 stars 4 forks source link

Strip spaces in comma separated attributes #32

Closed ZachGawlik closed 9 years ago

ZachGawlik commented 9 years ago

@baylee @rmutter Removes the surrounding whitespace of each attribute before it's processed. This lets you have spaces in your comma separated list of attributes.

rmutter commented 9 years ago

@ZachGawlik :+1: - some work would still need to be done on https://github.com/yeti/YAK-server/blob/master/yak/rest_core/test.py#L149 for our server side tests to work correctly with spaces.

rmutter commented 9 years ago

@baylee thoughts?

baylee commented 9 years ago

Yeah, if you wanted you could update yak-server as well. I think this is the line? https://github.com/yeti/YAK-server/blob/master/yak/rest_core/test.py#L158

baylee commented 9 years ago

Otherwise looks good!