a new class version
Pending Review
Updated 5 months, 4 weeks ago
| powerman | Reviewers | ||
| godsmack | |||
| None | Review Board SVN | ||
this is an attempt
yes, testing were done.
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 18 | if not _updates_required and not _install_fine and not True: |
18 | if not _updates_required and not _install_fine: |
are you sure about this?
ok... the review it's ok... go on...
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 18 | if not _updates_required and not _install_fine and not True: |
18 | if not _updates_required and not _install_fine: |
???
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 18 | if not _updates_required and not _install_fine and not True: |
18 | if not _updates_required and not _install_fine: |
prova...
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 17 | 17 | ||
comment #2
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 18 | if not _updates_required and not _install_fine and not True: |
18 | if not _updates_required and not _install_fine: |
This is a change due to a new specification
| /trunk/reviewboard/admin/checks.py (Diff revision 1) | |||
|---|---|---|---|
| 18 | if not _updates_required and not _install_fine and not True: |
18 | if not _updates_required and not _install_fine: |
this condition is removed, ok.