--debug
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
a946b5cf59
commit
1805c16fd4
1 changed files with 0 additions and 2 deletions
|
@ -73,7 +73,6 @@ class ManifestTestCase(unittest.TestCase):
|
||||||
|
|
||||||
with open(output_file, 'r') as fd:
|
with open(output_file, 'r') as fd:
|
||||||
output_string = fd.read()
|
output_string = fd.read()
|
||||||
print("output_string: %s" % output_string)
|
|
||||||
output_dict = {}
|
output_dict = {}
|
||||||
for line in output_string.split('\n'):
|
for line in output_string.split('\n'):
|
||||||
if line:
|
if line:
|
||||||
|
@ -94,7 +93,6 @@ class ManifestTestCase(unittest.TestCase):
|
||||||
|
|
||||||
with open(output_file, 'r') as fd:
|
with open(output_file, 'r') as fd:
|
||||||
output_string = fd.read()
|
output_string = fd.read()
|
||||||
print("output_string: %s" % output_string)
|
|
||||||
output_dict = {}
|
output_dict = {}
|
||||||
for line in output_string.split('\n'):
|
for line in output_string.split('\n'):
|
||||||
if line:
|
if line:
|
||||||
|
|
Loading…
Reference in a new issue