Ver código fonte

Adding debug to importXLSX

Andrej 1 mês atrás
pai
commit
ce67cd7448
1 arquivos alterados com 1 adições e 0 exclusões
  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: