Skip to content

Commit 6d55d1c

Browse files
committed
2 parents 17f2e85 + 09b1eb4 commit 6d55d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/popenwrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ def Popen(*pargs, **kwargs):
1414
try:
1515
return subprocess.Popen(*pargs,**kwargs)
1616
except OSError:
17-
_logger.error("WWLVM Failed to execute:\n" + pprint.pformat(pargs[0]))
17+
_logger.error("WLLVM Failed to execute:\n" + pprint.pformat(pargs[0]))
1818
raise

0 commit comments

Comments
 (0)