parent
b5a6db9111
commit
da431f789b
|
@ -1281,7 +1281,7 @@ be used directly:
|
||||||
|
|
||||||
becomes::
|
becomes::
|
||||||
|
|
||||||
output=check_output("dmesg | grep hda", shell=True)
|
output = check_output("dmesg | grep hda", shell=True)
|
||||||
|
|
||||||
|
|
||||||
Replacing :func:`os.system`
|
Replacing :func:`os.system`
|
||||||
|
|
Loading…
Reference in New Issue