Skip to content

Commit

Permalink
Merge pull request #44 from durden/hotfix/ignore_site_packages
Browse files Browse the repository at this point in the history
Fix bug with no-include-site-packages being ignored #30
  • Loading branch information
dhellmann committed Jun 21, 2018
2 parents becb051 + 3515c63 commit 0fd0c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smiley/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_parser(self, prog_name):
include_group.add_argument(
'--no-include-site-packages',
action='store_false',
dest='include_site_packages',
help='skip modules from site-packages',
)
include_group.add_argument(
Expand Down

0 comments on commit 0fd0c5d

Please sign in to comment.