run the formatter once more

This commit is contained in:
Jakob Ketterl
2019-09-23 03:15:24 +02:00
parent 72f92a1c2b
commit ae87185ad0
5 changed files with 6 additions and 11 deletions

View File

@ -197,7 +197,7 @@ class WsjtChopper(threading.Thread):
pm = PropertyManager.getSharedInstance()
# mode-specific setting?
if "wsjt_decoding_depths" in pm and mode in pm["wsjt_decoding_depths"]:
return pm["wsjt_decoding_depths"][mode]
return pm["wsjt_decoding_depths"][mode]
# return global default
if "wsjt_decoding_depth" in pm:
return pm["wsjt_decoding_depth"]