Skip to content

Commit

Permalink
removed extra .csv
Browse files Browse the repository at this point in the history
  • Loading branch information
rclarke0 committed Mar 19, 2024
1 parent 879d602 commit 0b7eeea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ def set_up_data_sheet(
print("Connected to google sheet.")
except FileNotFoundError:
print("No google sheets credentials. Add credentials to storage notebook.")
csv_name = google_sheet_name + "-" + commandTypes + ".csv"
create_abr_data_sheet(storage_directory, csv_name, headers)
local_file_str = google_sheet_name + "-" + commandTypes
csv_name = create_abr_data_sheet(storage_directory, local_file_str, headers)

return google_sheet, csv_name

Expand Down

0 comments on commit 0b7eeea

Please sign in to comment.