Commit f448bf4
committed
Remove vestigial _ensure_minimal_target shim
The shim was needed during the asn-as-targets / scope-rework work where
Scanner.helpers fell back to self._unbaked_preset.helpers when self.preset
was None. On this branch Scanner.__init__ synchronously bakes the preset,
so by the time anyone reads .helpers the target already exists. Verified
by sticking a raise inside _ensure_minimal_target and running step_1 +
sample module tests + bbot --help/--list-modules — never fired.1 parent f0d08e5 commit f448bf4
1 file changed
Lines changed: 0 additions & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | 591 | | |
595 | 592 | | |
596 | 593 | | |
597 | 594 | | |
598 | 595 | | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | 596 | | |
620 | 597 | | |
621 | 598 | | |
| |||
0 commit comments