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

tolist attempts to split default value. #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 11, 2015

  1. When begin.conver(_automatic=True) and our default value is is set, t…

    …olist will fail if that argument was not provided. i.e. def foo(moo=[]): pass decorated will fail with an attribute error 'list' object has no attribute split. This change compares the input value with the original value to see if it is different. TODO: probably best to check type?
    mjdorma committed Aug 11, 2015
    Configuration menu
    Copy the full SHA
    a7938bc View commit details
    Browse the repository at this point in the history