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

Add missing paren in comment

parent 8ed23652
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,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