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 executing create_output_from_dir.py #8

Open
ghost opened this issue Jul 25, 2016 · 0 comments
Open

Error executing create_output_from_dir.py #8

ghost opened this issue Jul 25, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 25, 2016

Executing with no parameters like this;
> python create_output_from_dir.py

causes a TypeError to be thrown

Traceback (most recent call last):
  File "create_output_from_dir.py", line 24, in <module>
    receive_sensitivity = (0 - (receive_sensitivity))
TypeError: unsupported operand type(s) for -: 'int' and 'str'
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

0 participants