소스 검색

Adding debug to importXLSX

Andrej 1 개월 전
부모
커밋
ce67cd7448
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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: