Augment the logging for debugging
This commit is contained in:
parent
aaa311ee03
commit
36fa6a6dca
@ -467,11 +467,11 @@ class Worker:
|
|||||||
self.l.log(5, 'Obtained result %s', resultsOfParticipant)
|
self.l.log(5, 'Obtained result %s', resultsOfParticipant)
|
||||||
results[participant] = resultsOfParticipant
|
results[participant] = resultsOfParticipant
|
||||||
|
|
||||||
self.l.log(5, 'Result before native fixing: %s', (results))
|
self.l.log(5, 'Result before native fixing: %s', pformat(results))
|
||||||
# self._fixNativePlaces(dances, results)
|
# self._fixNativePlaces(dances, results)
|
||||||
self._fixNativePlacesFromTable(dances, results, importedData.htmlResults)
|
self._fixNativeDataFromTable(dances, results, importedData.htmlResults)
|
||||||
# self.l.log(5, 'Result after native fixing: %s', pformat(results))
|
self.l.log(5, 'Result after native fixing: %s', pformat(results))
|
||||||
self.l.log(5,'Data %s', results)
|
# self.l.log(5,'Fixed data %s', results)
|
||||||
|
|
||||||
totalResult[group] = types.TotalGroupResult(dances, results)
|
totalResult[group] = types.TotalGroupResult(dances, results)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user