lmwsip.run geeft stack trace #12

Closed
opened 2021-09-13 15:22:11 +00:00 by marceln · 1 comment
Owner
$ python -m lmwsip.run --help
Traceback (most recent call last):
  File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "/home/marceln/lib/python/lmwsip/run.py", line 63, in <module>
    main()
  File "/home/marceln/lib/python/lmwsip/run.py", line 36, in main
    lastTime=LmwSip.lasttime(None, "H10")
  File "/home/marceln/lib/python/lmwsip/__init__.py", line 567, in lasttime
    period = self.period(parameter)
AttributeError: 'NoneType' object has no attribute 'period'
``` $ python -m lmwsip.run --help Traceback (most recent call last): File "/usr/lib64/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib64/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/home/marceln/lib/python/lmwsip/run.py", line 63, in <module> main() File "/home/marceln/lib/python/lmwsip/run.py", line 36, in main lastTime=LmwSip.lasttime(None, "H10") File "/home/marceln/lib/python/lmwsip/__init__.py", line 567, in lasttime period = self.period(parameter) AttributeError: 'NoneType' object has no attribute 'period' ```
Author
Owner

Zie: f8f374569d

Zie: f8f374569d
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Werk/lmwsip#12
No description provided.