From 54b22cedc914910b37ef129ce78608c8ae1ebed4 Mon Sep 17 00:00:00 2001 From: Poiuy7312 Date: Fri, 29 Sep 2023 09:36:11 -0400 Subject: [PATCH] style: changed formatting --- chasten/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chasten/filesystem.py b/chasten/filesystem.py index 67448436..3755ecc7 100644 --- a/chasten/filesystem.py +++ b/chasten/filesystem.py @@ -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