Skip to content

Commit b8f0cc6

Browse files
committed
Lint cache
1 parent 807aae3 commit b8f0cc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/tectonic_cache.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ def tectonic_cache():
3131
break
3232
except subprocess.CalledProcessError as e:
3333
warn(
34-
"Tectonic cache attempt {attempt} failed: {e}, retrying in {time} seconds".format(
34+
"Tectonic cache attempt {attempt} failed: {e},"
35+
" retrying in {time} seconds".format(
3536
e=e, attempt=attempt, time=SLEEP
3637
)
3738
)

0 commit comments

Comments
 (0)