Skip to content
Snippets Groups Projects
Commit 5e913977 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add missing paren in comment

parent 8b24af4c
No related branches found
No related tags found
1 merge request!77Try hard to find a git revision to use as cache key
Pipeline #
......@@ -34,7 +34,7 @@ else:
_git_rev = _git_rev_mod.GIT_REVISION
# If we're running from a dev tree, the last install (and hence the most
# recent update of the above git rev could have taken place very long ago.
# recent update of the above git rev) could have taken place very long ago.
from pytools import find_module_git_revision
_runtime_git_rev = find_module_git_revision(__file__, n_levels_up=1)
if _runtime_git_rev is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment