Message300311
| Author | terry.reedy |
|---|---|
| Recipients | cheryl.sabella, terry.reedy |
| Date | 2017-08-15.21:50:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1502833809.58.0.271618432889.issue31002@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Lines not yet covered in keys group, other than deactivate_current_config and activate_config_changes functions:
def save_new_key_set
if not idleConf.userCfg['keys'].has_section(keyset_name):
# never false - minor issue
def delete_custom_keys
if not item_list:
# never false hence following never executed
else: self.customlist.SetMenu(item_list, item_list[0]) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-08-15 21:50:09 | terry.reedy | set | recipients: + terry.reedy, cheryl.sabella |
| 2017-08-15 21:50:09 | terry.reedy | set | messageid: <1502833809.58.0.271618432889.issue31002@psf.upfronthosting.co.za> |
| 2017-08-15 21:50:09 | terry.reedy | link | issue31002 messages |
| 2017-08-15 21:50:09 | terry.reedy | create | |