Commit e8b296ed authored by Mattia Rizzolo's avatar Mattia Rizzolo

fix presence check after moving things around

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent cdd577ff
......@@ -80,7 +80,7 @@ class Branch:
return False
# All the files must be be present
files = ["version", "commit", "built", "config.json"]
files = ["version", "commit", "built", "managetests.json"]
for file in files:
file = root / file
if not (file.exists() and file.is_file()):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment