mirror of
https://github.com/dylanaraps/pywal.git
synced 2025-08-11 15:23:34 +02:00
tests: Fix tests
This commit is contained in:
@ -91,7 +91,7 @@ def process_args(args):
|
|||||||
colors_plain = colors.get(image_file, notify=not args.q)
|
colors_plain = colors.get(image_file, notify=not args.q)
|
||||||
|
|
||||||
if args.f:
|
if args.f:
|
||||||
colors_plain = colors.load(args.f)
|
colors_plain = colors.file(args.f)
|
||||||
|
|
||||||
if args.i or args.f:
|
if args.i or args.f:
|
||||||
sequences.send(colors_plain, args.t)
|
sequences.send(colors_plain, args.t)
|
||||||
|
Reference in New Issue
Block a user