Skip to content

Commit

Permalink
cove_bods/process.py: Another code formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Aug 4, 2023
1 parent e92204f commit 8292407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_bods/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ def get_context(self):
context["can_download_xlsx"] = False
if error_file_exists(self.supplied_data.storage_dir(), "ConvertJSONIntoSpreadsheets"):
context["xlsx_error"] = read_error_file(self.supplied_data.storage_dir(),
"ConvertJSONIntoSpreadsheets")
"ConvertJSONIntoSpreadsheets")
delete_error_file(self.supplied_data.storage_dir(), "ConvertJSONIntoSpreadsheets")
else:
context["xlsx_error"] = False
Expand Down

0 comments on commit 8292407

Please sign in to comment.