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

Files need refactoring #1

Open
Papagaai35 opened this issue Jun 17, 2020 · 0 comments
Open

Files need refactoring #1

Papagaai35 opened this issue Jun 17, 2020 · 0 comments
Assignees

Comments

@Papagaai35
Copy link
Owner

The files in the package are seen as modules, even though the extensive __init__.py. Therefore, some commands are quite case-sensitive and will generate a TypeError:

tool = tcitool.tool()
> TypeError: 'module' object is not callable

Correct usage:

tool = tcitool.Tool()
@Papagaai35 Papagaai35 self-assigned this Jun 17, 2020
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