Update test.py
This commit is contained in:
parent
81fb6462ab
commit
d5c24653d1
|
@ -23,7 +23,7 @@ def get_shell_script_output_using_check_output():
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
||||||
return '<pre>'+get_shell_script_output_using_communicate()+'</pre>'
|
return '<pre>'+get_shell_script_output_using_check_output()+'</pre>'
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue