Skip to content

Commit

Permalink
style: changed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Poiuy7312 committed Sep 29, 2023
1 parent 1373628 commit 54b22ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chasten/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def write_chasten_results(
try:
results_path_with_file.write_text(results_json)
except: # noqa: E722
results_path_with_file.write_text(results_json,"utf-8")
results_path_with_file.write_text(results_json, "utf-8")

# return the name of the created file for diagnostic purposes
return complete_results_file_name
Expand Down

0 comments on commit 54b22ce

Please sign in to comment.