Skip to content

Commit

Permalink
Merge pull request #30 from fedora-infra/feature/typofix-revert
Browse files Browse the repository at this point in the history
This should actually be cached.
  • Loading branch information
ralphbean committed Mar 5, 2015
2 parents 016b0c5 + c9853a4 commit 9913cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotness/repository.py
Expand Up @@ -10,7 +10,7 @@ def get_version(package_name, yumconfig):
return nvr_dict[package_name]


#@cache.cache_on_arguments()
@cache.cache_on_arguments()
def build_nvr_dict(yumconfig):
cmdline = ["/usr/bin/repoquery",
"--config", yumconfig,
Expand Down

0 comments on commit 9913cbe

Please sign in to comment.