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

Relax type checking of path arguments, part 2. #35

Closed
wants to merge 1 commit into from
Closed

Relax type checking of path arguments, part 2. #35

wants to merge 1 commit into from

Commits on Oct 8, 2012

  1. Relax type checking of path arguments, part 2.

    Fix more type checks of the form `isinstance(cmd, str)`:
    
    - Replace some of them with checks like::
    
        `not isinstance(cmd, RemotePath)`
    
    - Replace others by checking against `basestring` instead of `str`.
    tanzer committed Oct 8, 2012
    Configuration menu
    Copy the full SHA
    35a7e1c View commit details
    Browse the repository at this point in the history