parent
0505be2aca
commit
3950e341e0
1 changed files with 0 additions and 2 deletions
|
@ -408,8 +408,6 @@ def parse_arg(argv):
|
|||
error("--cache option can only be used with one target")
|
||||
if not args.cache.endswith(".lean"):
|
||||
error("cache argument has to be ends with .lean")
|
||||
if not os.path.isfile(args.cache):
|
||||
error("cache argument does not exist: %s" % args.cache)
|
||||
args.cache = args.cache[:-4] + "clean"
|
||||
|
||||
args.targets = map(expand_target_to_fullname, args.targets)
|
||||
|
|
Loading…
Reference in a new issue