We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e039a commit e14f38aCopy full SHA for e14f38a
roundup/admin.py
@@ -2036,7 +2036,7 @@ def run_command(self, args):
2036
# only open the database once!
2037
if not self.db:
2038
self.db = tracker.open(self.name)
2039
- # dont use tracker.config["TRACKER_LANGUAGE"] here as the
+ # don't use tracker.config["TRACKER_LANGUAGE"] here as the
2040
# cli operator likely wants to have i18n as set in the
2041
# environment.
2042
# This is needed to fetch the locale's of the tracker's home dir.
0 commit comments