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

fix for issues 34, 35 and 36 #38

Closed
wants to merge 2 commits into from
Closed

fix for issues 34, 35 and 36 #38

wants to merge 2 commits into from

Conversation

AvdN
Copy link
Contributor

@AvdN AvdN commented Jul 27, 2013

solves issues:

34 pkgutil.get_loader().filename can be a directory
35 help finding out in which file PYTHON_ARGCOMPLETE_OK needs to be added
37 error while running python-argcomplete-check-easy-install-script on python 3.3

AvdN added 2 commits July 27, 2013 08:15
34 pkgutil.get_loader().filename can be a directory
35 help finding out in which file PYTHON_ARGCOMPLETE_OK needs to be added

--HG--
branch : tox_get_loader
#37: error while running python-argcomplete-check-easy-install-script on python 3.3

it also provides an improved solutions for:
#34 pkgutil.get_loader().filename can be a directory

--HG--
branch : tox_get_loader
@@ -11,23 +11,41 @@ import os, sys, re, argparse, pkg_resources
parser = argparse.ArgumentParser(description=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter)

parser.add_argument('--verbose', action='store_true')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do not introduce this option. Instead, like in the main body of the module, use the environment variable _ARC_DEBUG to see if debug output should be printed.

@kislyuk
Copy link
Owner

kislyuk commented Jul 27, 2013

Thanks for the pkgutil fix! I'm ready to merge it once you fix the line comments, or please let me know if you want me to just put the one-liner in myself.

@AvdN
Copy link
Contributor Author

AvdN commented Jul 27, 2013

I will resubmit a patch for #35 and #37 only shortly

@AvdN AvdN closed this Jul 27, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants