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

check-manifest path does not work #28

Closed
mgedmin opened this issue May 14, 2014 · 1 comment
Closed

check-manifest path does not work #28

mgedmin opened this issue May 14, 2014 · 1 comment

Comments

@mgedmin
Copy link
Owner

mgedmin commented May 14, 2014

  1. mkdir /tmp/x
  2. touch /tmp/x/setup.py
  3. cd /tmp
  4. check-manifest x

What I expect:

  • same result as cd x && check-manifest, i.e. an error that it couldn't find version control data

What actually happens:

  • "This is not a Python project (no setup.py)."

Curiously, this error does not happen if I mkdir /tmp/y && cd /tmp/y && check-manifest ../x.

mgedmin added a commit that referenced this issue May 14, 2014
This was a really silly bug: I tried to resolve the relative pathname
a second time, after chdir()'ing to it.
@mgedmin
Copy link
Owner Author

mgedmin commented May 14, 2014

Fixed in 0.20.

@mgedmin mgedmin closed this as completed May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant