Show log still available if use_logwidget == False #30
Labels
No Label
analysis
bug
documentation
enhancement
feature
incompatibility
management
Priority:0
Priority:1
Priority:2
Priority:3
No Milestone
No Assignees
2 Participants
Notifications
Total Time Spent: 29 minutes 25 seconds
Due Date
sebastianw
29 minutes 25 seconds
No due date set.
Dependencies
No dependencies set.
Reference: marcel/pylot#30
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"Show Log" button still available if use_logwidget is set to False in PyLoT.py (line 259). Pressing the button raises an Exception.
Expected behaviour: "Show Log" button not existent if use_logwidget option is not activated.
Refactored the get_bool utility function and corrected for enabled button.