jeinarsson / josync

josync.readthedocs.org
MIT License
0 stars 0 forks source link

The user error of inputing excludes one string instead of a list of strings gives unexpected results #35

Open joelgoop opened 10 years ago

joelgoop commented 10 years ago

Since a string is also iterable, the program still runs, but it is almost impossible for a user to find the error based on output from the program. This error should be detected and communicated to the user.

jeinarsson commented 10 years ago

Or, the "error" should be detected, and the string parsed and interpreted as a list of excludes :) (semi-colon separated or whatever)

On Mon, Aug 18, 2014 at 5:02 PM, Joel Goop notifications@github.com wrote:

Since a string is also iterable, the program still runs, but it is almost impossible for a user to find the error based on output from the program. This error should be detected and communicated to the user.

— Reply to this email directly or view it on GitHub https://github.com/jeinarsson/josync/issues/35.