Fix a bad variable access in rbt review edit.

Review Request #12187 — Created March 21, 2022 and submitted

chipx86
RBTools
release-3.x
rbtools

rbt review edit was attempting to access options.no_ship_it, which
doesn't exist and caused a crash. Both --ship-it and --no-ship-it
set options.ship_it.

This has been reworked to check just options.ship_it, and to check for
its presence using None rather than truthiness/falsiness.

Tested all rbt review commands and all options, verifying the results
on my test server.

Summary
Fix a bad variable access in rbt review edit.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (7e7b3fc)
Loading...