Spaces:
Paused
Paused
Update ASG.API/MCheakscenario.py
Browse files
ASG.API/MCheakscenario.py
CHANGED
|
@@ -101,7 +101,7 @@ class Cheakscenario:
|
|
| 101 |
row,pa=rows
|
| 102 |
td=self.createtable(row[0],row[1],self.Counter)
|
| 103 |
print('---------------------------scenario (',self.Counter,')------------------------------')
|
| 104 |
-
|
| 105 |
|
| 106 |
return rows
|
| 107 |
|
|
|
|
| 101 |
row,pa=rows
|
| 102 |
td=self.createtable(row[0],row[1],self.Counter)
|
| 103 |
print('---------------------------scenario (',self.Counter,')------------------------------')
|
| 104 |
+
# display(HTML(td))
|
| 105 |
|
| 106 |
return rows
|
| 107 |
|