diff options
author | emkael <emkael@tlen.pl> | 2017-01-17 01:37:22 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-01-17 01:37:22 +0100 |
commit | ffca744eb435a858ec60d9f7cef47aa5287ddcf3 (patch) | |
tree | c81477592451c58133e4d95ab6e3ac023fb7d505 /ausbutler | |
parent | 29ec140f34dc5dc609572445a3a19bd5dcaed147 (diff) |
Accurate warning text
Diffstat (limited to 'ausbutler')
-rw-r--r-- | ausbutler/interface.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ausbutler/interface.py b/ausbutler/interface.py index bf36c44..862e78f 100644 --- a/ausbutler/interface.py +++ b/ausbutler/interface.py @@ -48,7 +48,7 @@ class Interface(object): self.old_butler_normalized = True print 'WARNING: Old butler was normalized, but will not be normalized with scores from current tournament' except ProgrammingError: - print 'WARNING: Old butler was not normalized, will only be used to calculate opponent score' + print 'WARNING: Old butler was not normalized, but will be used to calculate opponent score' old_normbutler = None for row in self.session.execute(old_bulter_query): if row[2] > 0: |