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

ERROR - 'int' object is not callable at end of run #26

Closed
bitsgalore opened this issue Dec 4, 2018 · 2 comments
Closed

ERROR - 'int' object is not callable at end of run #26

bitsgalore opened this issue Dec 4, 2018 · 2 comments

Comments

@bitsgalore
Copy link
Member

Sometime the following error occurs at the end of a tapeimgr run:

2018-12-04 14:34:48,206 - ERROR - 'int' object is not callable
Traceback (most recent call last):
  File "/home/johan/.local/lib/python3.5/site-packages/tapeimgr/gui.py", line 341, in main
    time.sleep(0.1)
TypeError: 'int' object is not callable

Ther error refers to the following line (sleep value for main loop in GUI):

 time.sleep(0.1)
@bitsgalore
Copy link
Member Author

After 752db32 (and 4cb07d4) this hasn't happened. Will keep issue open for a bit until reasonably sure this fixes it.

@bitsgalore
Copy link
Member Author

Seems to be fixed, closing issue.

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