Fix a bad variable access in rbt review edit.
Review Request #12187 — Created March 21, 2022 and submitted — Latest diff uploaded
rbt review editwas attempting to accessoptions.no_ship_it, which
doesn't exist and caused a crash. Both--ship-itand--no-ship-it
setoptions.ship_it.This has been reworked to check just
options.ship_it, and to check for
its presence usingNonerather than truthiness/falsiness.
Tested all
rbt reviewcommands and all options, verifying the results
on my test server.