Skip to content

Commit

Permalink
don't guess transfers in datatables
Browse files Browse the repository at this point in the history
  • Loading branch information
artoonie committed Dec 13, 2023
1 parent 70a8c56 commit 4afb433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualizer/graph/readDataTablesResult.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def convert_to_urcvt(self):
results = self._parse_results()
withoutTransfers = {'config': config, 'results': results}

converter = UTWithoutTransfersConverter()
converter = UTWithoutTransfersConverter(allow_guessing=False)
try:
withTransfers = converter.convert_to_ut(withoutTransfers)
except Exception as exc:
Expand Down

0 comments on commit 4afb433

Please sign in to comment.