Handle situation when no compilable contracts are found in input file(s)

pull/72/head
Bernhard Mueller 7 years ago
parent 3a667270e1
commit fa19ee819f
  1. 3
      myth

@ -351,6 +351,9 @@ elif (args.xrefs):
elif (args.graph) or (args.fire_lasers):
if not len(contracts):
exitWithError(args.outform, "input files do not contain any valid contracts")
if (args.graph):
try:

Loading…
Cancel
Save