We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c58c52 commit 40ff6aaCopy full SHA for 40ff6aa
1 file changed
check_dpkg.py
@@ -5,7 +5,7 @@
5
6
def main():
7
validator = Validator()
8
- for fn in glob.glob("cmso*/*/dp/*.json"):
+ for fn in glob.glob("cmso*/*/*/dp/*.json"):
9
print("validating %s" % fn)
10
validator.validate(fn)
11
0 commit comments