diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-23 14:56:30 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-12-23 14:56:30 +0100 |
| commit | 1456d6dfb9e1102afc8c0dd2404255b71471ad79 (patch) | |
| tree | 0e2afb7fee4cfd7cf3acfec597e10cdff586e473 | |
| parent | d6802a8a762507a7d2a7a6ef6eee4049ab460d6c (diff) | |
| download | analyzer-1456d6dfb9e1102afc8c0dd2404255b71471ad79.tar.gz analyzer-1456d6dfb9e1102afc8c0dd2404255b71471ad79.zip | |
ignore unsupported game modes
| -rw-r--r-- | worker.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -229,6 +229,7 @@ def process(): trueskill_column = "trueskill_br" if trueskill_column is None: logger.info("got unsupported game mode %s", match.game_mode) + continue matchup_shared = [] # trueskill shared across all modes matchup = [] |
