vnc-console 4 hónapja
szülő
commit
c87b0a76e0
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      tests/test_xml.py

+ 1 - 0
tests/test_xml.py

@@ -105,6 +105,7 @@ class Test(unittest.TestCase):
         for firm in firms:
             for row in sheet.iter_rows(min_row=1, max_col=sheet.max_column, max_row=sheet.max_row):
                 if firm in str(row[0].value):
+                    print('hit:', firm)
                     row[9].value = F10()['total_cap_soc_C2']
                     row[10].value = F10()['total_prof_cur_C2']
                     row[16].value = F10()['total_pierd_cur_C2']