sanity script, bump radiance

This commit is contained in:
Richard Yan
2025-01-30 23:59:06 -08:00
parent 4187738b51
commit 8c228a6a89
5 changed files with 47 additions and 5 deletions

View File

@@ -156,7 +156,7 @@ def main():
print(translated_line, end='')
sys.stdout.flush()
print("\033[s", end='')
print("\033[2J\033[s", end='')
print("\033[" + str(lineno) + "H\033[2K\033[1m" + run_label, "DONE", "\033[0m", end='')
print("\033[u", end='', flush=True)