Skip to content

Commit c1b5b09

Browse files
committed
remove unneeded logic
1 parent 4fdf180 commit c1b5b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manic/checkout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def main(args):
315315
logging.info('Beginning of %s', program_name)
316316

317317
load_all = False
318-
if args.optional or args.components:
318+
if args.optional:
319319
load_all = True
320320

321321
root_dir = os.path.abspath(os.getcwd())

0 commit comments

Comments
 (0)