# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:17:07 # Node ID fbc07f671e2fd549e3e7f703538f4825b0575e86 # Parent 5ac263d4ae6ce527c7a9024cdb32d5c2d9cb30e6 spelling: todo diff --git a/kallithea/controllers/files.py b/kallithea/controllers/files.py --- a/kallithea/controllers/files.py +++ b/kallithea/controllers/files.py @@ -550,7 +550,7 @@ class FilesController(BaseRepoController archive_path = None cached_archive_path = None archive_cache_dir = CONFIG.get('archive_cache_dir') - if archive_cache_dir and not subrepos: # TOOD: subrepo caching? + if archive_cache_dir and not subrepos: # TODO: subrepo caching? if not os.path.isdir(archive_cache_dir): os.makedirs(archive_cache_dir) cached_archive_path = os.path.join(archive_cache_dir, archive_name)