瀏覽代碼

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: