Commit 276eb6e8 authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm.py: don't mix tab and spaces

Signed-off-by: 's avatarAndrew Vagin <avagin@virtuozzo.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3eac44ae
...@@ -445,7 +445,7 @@ class inhfd_test: ...@@ -445,7 +445,7 @@ class inhfd_test:
os.close(0) os.close(0)
os.close(1) os.close(1)
os.close(2) os.close(2)
self.__my_file.close() self.__my_file.close()
os.close(start_pipe[0]) os.close(start_pipe[0])
os.close(start_pipe[1]) os.close(start_pipe[1])
try: try:
...@@ -704,7 +704,7 @@ def init_sbs(): ...@@ -704,7 +704,7 @@ def init_sbs():
global do_sbs global do_sbs
do_sbs = True do_sbs = True
else: else:
print "Can't do step-by-step in this runtime" print "Can't do step-by-step in this runtime"
def sbs(what): def sbs(what):
if do_sbs: if do_sbs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment