Mercurial > ~astiob > upreckon > hgweb
changeset 202:d46bb4495766
A cosmetic correction
author | Oleg Oshmyan <chortos@inbox.lv> |
---|---|
date | Wed, 17 Aug 2011 01:07:02 +0300 |
parents | 32650f4a2177 |
children | dd1f715398f0 |
files | upreckon/upreckon-vcs |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/upreckon/upreckon-vcs Wed Aug 17 01:05:06 2011 +0300 +++ b/upreckon/upreckon-vcs Wed Aug 17 01:07:02 2011 +0300 @@ -74,7 +74,7 @@ maxscore = 0 realscore = 0 - for taskname in (globalconf.problems if not options.problems else options.problems): + for taskname in options.problems or globalconf.problems: problem = Problem(taskname) if ntasks and not options.copyonly: say()