minor string changes
This commit is contained in:
parent
cbfba53617
commit
2048bf394f
|
@ -230,7 +230,7 @@ class Everest(HandHistoryConverter):
|
||||||
elif action.group('ATYPE') in ('FOLD', 'SIT_OUT'):
|
elif action.group('ATYPE') in ('FOLD', 'SIT_OUT'):
|
||||||
hand.addFold(street, player)
|
hand.addFold(street, player)
|
||||||
else:
|
else:
|
||||||
print "Unimplemented readAction: %s %s" % (action.group('PSEAT'),action.group('ATYPE'),)
|
print (_("Unimplemented readAction: %s %s" % (action.group('PSEAT'),action.group('ATYPE'),)))
|
||||||
logging.debug(_("Unimplemented readAction: %s %s"
|
logging.debug(_("Unimplemented readAction: %s %s"
|
||||||
% (action.group('PSEAT'),action.group('ATYPE'),)))
|
% (action.group('PSEAT'),action.group('ATYPE'),)))
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,7 @@ def main(argv=None):
|
||||||
|
|
||||||
print "WARNING:"
|
print "WARNING:"
|
||||||
print "This script will modify many files in the regression test suite"
|
print "This script will modify many files in the regression test suite"
|
||||||
print "As is safety precaution, you need to edit the file manually to run it"
|
print "As a safety precaution, you need to edit the file manually to run it"
|
||||||
#walk_testfiles('regression-test-files/', 'zzzzzzz', False)
|
#walk_testfiles('regression-test-files/', 'zzzzzzz', False)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user