Skip to content

Commit

Permalink
autoreset
Browse files Browse the repository at this point in the history
  • Loading branch information
M. Fatih Cırıt committed Feb 20, 2024
1 parent 34f9b48 commit d1ccabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json-schema-check/validate_json_schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import glob
import colorama

colorama.init(wrap=True, strip=False)
colorama.init(autoreset=True, wrap=True, strip=False)

def main():
validation_failed = False
Expand Down

0 comments on commit d1ccabe

Please sign in to comment.