[chirp_devel] [PATCH] Fix bug caused by style fix (#2355)
3 Mar
2015
3 Mar
'15
9:32 p.m.
# HG changeset patch # User Zach Welch zach@mandolincreekfarm.com # Fake Node ID 9ef52a090acda720eafb0fca678da908e251b637
Fix bug caused by style fix (#2355)
I introduced a minor typo during my cleanup. Thanks to Richard Cochran for reporting the mistake.
diff --git a/chirp/ui/memedit.py b/chirp/ui/memedit.py index 4834cce..5eb0f99 100644 --- a/chirp/ui/memedit.py +++ b/chirp/ui/memedit.py @@ -356,7 +356,7 @@ class MemoryEditor(common.Editor): _("Cross Mode"): self.ed_tone_field, }
- if cap in func: + if cap in funcs: new = funcs[cap](rend, path, new, colnum)
if new is None:
3581
Age (days ago)
3581
Last active (days ago)
0 comments
1 participants
participants (1)
-
Zach Welch