-
Notifications
You must be signed in to change notification settings - Fork 1
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
watt.py - sequence of item listing is not sorted #7
Comments
https://stackoverflow.com/a/15003650 sorted (... solved it in watt.py: items = sorted(os.listdir(dirName)) |
weinzmi
added a commit
that referenced
this issue
Dec 30, 2018
- [x] test (simulation) with fixed RPM - [x] loading YAML after finishing - [x] destroy and clean GPIOs - [x] yaml dump test ongoing; error: maximum recursion depth exceeded while calling a Python objectthat dump - [x] dump_all (program) inserted - [x] issue #6 - watt.py - sequence of watt yaml files not correct - [x] issue #7 - watt.py - sequence of item listing is not sorted
weinzmi
added a commit
that referenced
this issue
Dec 31, 2018
- [x] test (simulation) with fixed RPM - [x] loading YAML after finishing - [x] destroy and clean GPIOs - [x] yaml dump test ongoing; error: maximum recursion depth exceeded while calling a Python objectthat dump - [x] dump_all (program) inserted - [x] issue #6 - watt.py - sequence of watt yaml files not correct - [x] issue #7 - watt.py - sequence of item listing is not sorted - [x] added name and description in yaml and print
weinzmi
added a commit
that referenced
this issue
Dec 31, 2018
- [x] test (simulation) with fixed RPM - [x] loading YAML after finishing - [x] destroy and clean GPIOs - [x] yaml dump test ongoing; error: maximum recursion depth exceeded while calling a Python objectthat dump - [x] dump_all (program) inserted - [x] issue #6 - watt.py - sequence of watt yaml files not correct - [x] issue #7 - watt.py - sequence of item listing is not sorted - [x] added name and description in yaml and print - [x] cleanded the "print" sections - [x] redesign of state machine - [x] changed state machine to HirachicalGraphicalStatemachine - [x] ERROR handling; keyboard interrupt handling improved
weinzmi
added a commit
that referenced
this issue
Jan 1, 2019
- [x] test (simulation) with fixed RPM - [x] loading YAML after finishing - [x] destroy and clean GPIOs - [x] yaml dump test ongoing; error: maximum recursion depth exceeded while calling a Python objectthat dump - [x] dump_all (program) inserted - [x] issue #6 - watt.py - sequence of watt yaml files not correct - [x] issue #7 - watt.py - sequence of item listing is not sorted - [x] added name and description in yaml and print - [x] cleanded the "print" sections - [x] redesign of state machine - [x] changed state machine to HirachicalGraphicalStatemachine - [x] ERROR handling; keyboard interrupt handling improved - [x] manual watt offset and yaml
weinzmi
added a commit
that referenced
this issue
Jan 1, 2019
- [x] test (simulation) with fixed RPM - [x] loading YAML after finishing - [x] destroy and clean GPIOs - [x] yaml dump test ongoing; error: maximum recursion depth exceeded while calling a Python objectthat dump - [x] dump_all (program) inserted - [x] issue #6 - watt.py - sequence of watt yaml files not correct - [x] issue #7 - watt.py - sequence of item listing is not sorted - [x] added name and description in yaml and print - [x] cleanded the "print" sections - [x] redesign of state machine - [x] changed state machine to HirachicalGraphicalStatemachine - [x] ERROR handling; keyboard interrupt handling improved - [x] manual watt offset and yaml - [ ] sound for initialization
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: