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

NameError: name 'Integer' is not defined #13

Open
l29ah opened this issue Nov 1, 2018 · 0 comments
Open

NameError: name 'Integer' is not defined #13

l29ah opened this issue Nov 1, 2018 · 0 comments

Comments

@l29ah
Copy link

l29ah commented Nov 1, 2018

# dockerscan
Traceback (most recent call last):
  File "/usr/local/bin/dockerscan", line 7, in <module>
    from dockerscan.actions.cli import cli
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/__init__.py", line 1, in <module>
    from .core import *
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/__init__.py", line 1, in <module>
    from .model import *
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/model.py", line 6, in <module>
    class SharedConfig(Model):
  File "/usr/local/lib/python3.6/dist-packages/dockerscan/core/model.py", line 7, in SharedConfig
    verbosity = Integer(default=0)
NameError: name 'Integer' is not defined
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