Commit 6dd58f7
committed
ErrorLogFetch: fix a KeyError
Traceback:
File ".../troubleshoot/__init__.py", line 299, in _display
result = question.display ()
File ".../troubleshoot/ErrorLogFetch.py", line 157, in display
(answers['error_log_timestamp'], now))
KeyError: 'error_log_timestamp'1 parent 06d2d3c commit 6dd58f7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments