Explorar el Código

Adding debug to importXLSX

Andrej hace 1 mes
padre
commit
ce67cd7448
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      importXLSX.py

+ 1 - 0
importXLSX.py

@@ -424,6 +424,7 @@ def loadSafely(pars,entries,dryRun=True):
 
    selVal=['ParticipantId','SequenceNum']
    selVal.extend(matchColumns)
+   print(f'Matching by {selVal}')
 
    for entry in entries: