mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
parent
4661f2c1ea
commit
489badcea8
@ -25,10 +25,10 @@ repository = {}
|
|||||||
|
|
||||||
for root, dirs, files in os.walk(repository_dir):
|
for root, dirs, files in os.walk(repository_dir):
|
||||||
for file in files:
|
for file in files:
|
||||||
if len(file) != 64:
|
if len(file) != 69:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
fp = open(root + file + ".repo", "r")
|
fp = open(root + file, "r")
|
||||||
repository_info = json.load(fp)
|
repository_info = json.load(fp)
|
||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user