1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

show command: remove duplicat output.

This commit is contained in:
Sergei Trofimov 2015-05-07 12:18:59 +01:00
parent 6ccca6d4c0
commit e422ccc509

View File

@ -56,7 +56,6 @@ class ShowCommand(Command):
sys.stdout.write(text)
else:
sys.stdout.write(text)
sys.stdout.write(text)
def format_extension(extension, out, width):