Update paths to listmissing
This commit is contained in:
parent
bb5a2a8a38
commit
24689f4730
@ -7,8 +7,8 @@ dirs = [
|
|||||||
|
|
||||||
path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..')
|
path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '..')
|
||||||
for a, b in dirs:
|
for a, b in dirs:
|
||||||
rst = [os.path.splitext(x)[0].lower() for x in os.listdir(os.path.join(path, 'documentation', 'source', a))]
|
rst = [os.path.splitext(x)[0].lower() for x in os.listdir(os.path.join(path, 'doc', 'source', a))]
|
||||||
py = [os.path.splitext(x)[0].lower() for x in os.listdir(os.path.join(path, b))]
|
py = [os.path.splitext(x)[0].lower() for x in os.listdir(os.path.join(path, "pyqtgraph", b))]
|
||||||
print(a)
|
print(a)
|
||||||
for x in set(py) - set(rst):
|
for x in set(py) - set(rst):
|
||||||
print( " ", x)
|
print( " ", x)
|
||||||
|
Loading…
Reference in New Issue
Block a user