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

Bug at "--period" option #17

Open
asangphukieo opened this issue Mar 1, 2022 · 4 comments
Open

Bug at "--period" option #17

asangphukieo opened this issue Mar 1, 2022 · 4 comments

Comments

@asangphukieo
Copy link

Hi,
I tried the new mode "--period" option and found small bug in the main.py script at line 540.
It shows "period" parameter not defind.
To fix this, I just removed Line 540-543, and the script works!

if (ap.period < 0):
msg = (f"Argument period is non-negative integer-value, but you have "
f"specified {ap.period}. O will be used instead.")
sys.stderr.write(msg)

Thank you for your nice tool.
Apiwat

@polyactis
Copy link
Owner

polyactis commented Mar 2, 2022 via email

@polyactis
Copy link
Owner

polyactis commented Mar 2, 2022 via email

@polyactis
Copy link
Owner

polyactis commented Mar 3, 2022 via email

@asangphukieo
Copy link
Author

Ohh, tank you very much
I will let you know the result soon.

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

2 participants