Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381601
Collapse All | Expand All

(-)a/smartliverebuild/cli.py (-2 / +1 lines)
Lines 139-145 def main(argv): Link Here
139
	except SLRFailure:
139
	except SLRFailure:
140
		return 1
140
		return 1
141
141
142
	if not packages and not filter(lambda a: not a.startswith('-'), args):
142
	if not packages and not [a for a in args if not a.startswith('-')]:
143
		return 0
143
		return 0
144
144
145
	if opts.pretend:
145
	if opts.pretend:
146
- 

Return to bug 381601