[weather/master] Fix typo

23 Feb
2011
23 Feb
'11
8:18 p.m.
commit 387454e7718ceef81bcc3d739931553e6544c59d Author: Christian Fromme <kaner@strace.org> Date: Wed Feb 23 21:16:44 2011 +0100 Fix typo --- weather/weatherapp/ctlutil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/weather/weatherapp/ctlutil.py b/weather/weatherapp/ctlutil.py index 8644cf3..0487157 100644 --- a/weather/weatherapp/ctlutil.py +++ b/weather/weatherapp/ctlutil.py @@ -467,7 +467,7 @@ class CtlUtil: desc = self.get_single_descriptor(fingerprint) if not desc == "": - match = re.match(hibernating_match, desc) + match = re.match(match_hibernating, desc) if match: return True else:
5219
Age (days ago)
5219
Last active (days ago)
0 comments
1 participants
participants (1)
-
kaner@torproject.org