dont make logs dir disappear
This commit is contained in:
@@ -192,7 +192,7 @@ def sync_marchs_with_config():
|
||||
repos = [dI for dI in os.listdir(config["basedir"]["repo"]) if
|
||||
os.path.isdir(os.path.join(config["basedir"]["repo"], dI))]
|
||||
|
||||
repo_quota = []
|
||||
repo_quota = ["logs"]
|
||||
|
||||
for r, a in ((x, y) for x in config["repos"] for y in config["march"]):
|
||||
repo_quota.append("{}-{}".format(r, a))
|
||||
|
Reference in New Issue
Block a user