Compare commits
7 Commits
e2262bc02c
...
8b5907f86a
Author | SHA1 | Date | |
---|---|---|---|
8b5907f86a | |||
7e896b7531 | |||
17143d9d65 | |||
a748d52054 | |||
fc5f905bf5 | |||
c12b1e9b29 | |||
fb8fec6427 |
|
@ -99,7 +99,7 @@ def convert(
|
|||
fallback_toml_path = repo_toml_path.parent / "conf.toml"
|
||||
if not fallback_toml_path.exists():
|
||||
fallback_toml_path.write_text(
|
||||
'name = "health check"\nmax-total-score = 0\n'
|
||||
'name = "invalid commit"\nmax-total-score = 0\n'
|
||||
)
|
||||
for task_toml_path in repo_toml_path.parent.glob("**/*.toml"):
|
||||
if repo_toml_path == task_toml_path:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "health check",
|
||||
"logPath": "/home/tt/.cache/joj3/health/joj3.log",
|
||||
"name": "invalid commit",
|
||||
"logPath": "/home/tt/.cache/joj3/invalid/joj3.log",
|
||||
"expireUnixTimestamp": 0,
|
||||
"effectiveUnixTimestamp": 0,
|
||||
"actorCsvPath": "/home/tt/.config/joj/students.csv",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
name = "health check"
|
||||
name = "invalid commit"
|
||||
max-total-score = 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user