Skip to content

Commit

Permalink
comment and remove bash script
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Oct 1, 2024
1 parent d1a4e74 commit a798ba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def update_code_json(json_file_path):
with open(json_file_path, 'r') as file:
data = json.load(file)

# Add date_information to the JSON
# Add date_information and labor hours to the JSON
data['date'] = get_date_fields()
data['labor_hours'] = get_scc_labor_hours()

Expand Down

This file was deleted.

0 comments on commit a798ba5

Please sign in to comment.