Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Jan 23, 2025
1 parent 41477da commit 689821b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions check_active_projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import tid_ss_lib_v3.navigate
import tid_ss_lib_v3.configuration
import tid_ss_lib_v3.project_list
import tid_ss_lib_v3.division_resource
import smartsheet
import os
import argparse
Expand Down Expand Up @@ -145,8 +146,5 @@
resourceTable=rt)

if len(resourceTable) > 0:
import json

with open("data.json", "w") as outfile:
json.dump(resourceTable, outfile)
tid_ss_lib_v3.division_resource.update(client=client, div=div, resourceTable=resourceTable)

0 comments on commit 689821b

Please sign in to comment.