Skip to content
Snippets Groups Projects
Commit f6b98f12 authored by Joe Garcia's avatar Joe Garcia
Browse files

fix old support

parent 279e904f
Branches
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ def main():
r=getfunction(content,f,onlyDocumentation=options.documentation,matching=options.matching)
if r is not None:
if options.documentation:
print("{:>20} {}".format(f,r))
print("%20s %s" % (f,r))
else:
print(r)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment