mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
getdeps: include subdirectories when searching manifest
Summary: Make getdeps to look for subdirectories for manifest files. Reviewed By: simpkins Differential Revision: D17222388 fbshipit-source-id: e13503beccd9edf6d80f78fbc3238b2a8d2053dd
This commit is contained in:
committed by
Facebook Github Bot
parent
56e9b68419
commit
dd16065749
@@ -14,3 +14,8 @@ class TransientFailure(Exception):
|
||||
infrastructure error """
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class ManifestNotFound(Exception):
|
||||
def __init__(self, manifest_name):
|
||||
super(Exception, self).__init__("Unable to find manifest '%s'" % manifest_name)
|
||||
|
Reference in New Issue
Block a user