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

watt.py - sequence of item listing is not sorted #7

Closed
weinzmi opened this issue Dec 30, 2018 · 1 comment
Closed

watt.py - sequence of item listing is not sorted #7

weinzmi opened this issue Dec 30, 2018 · 1 comment

Comments

@weinzmi
Copy link
Owner

weinzmi commented Dec 30, 2018

No description provided.

@weinzmi
Copy link
Owner Author

weinzmi commented Dec 30, 2018

https://stackoverflow.com/a/15003650

sorted (... solved it

in watt.py:

items = sorted(os.listdir(dirName))

@weinzmi weinzmi closed this as completed Dec 30, 2018
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant