Fix some formatting errors caught by flake8.
This commit is contained in:
parent
8e6d890a19
commit
6c854246aa
@ -67,7 +67,7 @@ def set_stacktrace(flag):
|
||||
|
||||
|
||||
def process_stacktrace(countback):
|
||||
"""Returns a string with the file and line of the stackframe 'countback' frames from the bottom of the stack"""
|
||||
"""Gives file and line frame 'countback' frames from the bottom"""
|
||||
st = traceback.extract_stack()
|
||||
# First entry should be bin/spack. Use this to get spack 'root'.
|
||||
# bin/spack is 9 characters, the length of the 'root' is then len-9.
|
||||
@ -96,7 +96,8 @@ def info(message, *args, **kwargs):
|
||||
st_text = ""
|
||||
if _stacktrace:
|
||||
st_text = process_stacktrace(st_countback)
|
||||
cprint("@%s{%s==>} %s" % (format, st_text, cescape(str(message))), stream=stream)
|
||||
cprint("@%s{%s==>} %s" % (format, st_text, cescape(str(message))),
|
||||
stream=stream)
|
||||
for arg in args:
|
||||
if wrap:
|
||||
lines = textwrap.wrap(
|
||||
|
Loading…
Reference in New Issue
Block a user