diff options
Diffstat (limited to 'indra/lib')
-rwxr-xr-x | indra/lib/python/indra/util/llmanifest.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/lib/python/indra/util/llmanifest.py b/indra/lib/python/indra/util/llmanifest.py index 2e6cf53912..57788f6099 100755 --- a/indra/lib/python/indra/util/llmanifest.py +++ b/indra/lib/python/indra/util/llmanifest.py @@ -835,7 +835,8 @@ class LLManifest(object): tried.append(pfx) if not try_prefixes: # no more prefixes left to try - print "unable to find '%s'; looked in:\n %s" % (src, '\n '.join(tried)) + raise MissingError("unable to find '%s'; looked in:\n %s" % (src, '\n '.join(tried))) + print "%d files" % count # Let caller check whether we processed as many files as expected. In |