chore: update colloid

Signed-off-by: Pranav <npv12@iitbbs.ac.in>
This commit is contained in:
Pranav
2023-02-07 22:28:56 +05:30
parent 382e960588
commit 41d54ae759
3 changed files with 4 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ def replacetext(filepath: str, search_text: str, replace_text: str) -> None:
f.seek(0)
f.write(file)
f.truncate()
except Exception as e:
except Exception:
print(f"Failed to recolor {filepath}")