Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
LukicMMikroe committed May 14, 2024
1 parent 6f66063 commit 19f6c76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,10 @@ def fetch_current_metadata(repo, token):
return []

def update_metadata(current_metadata, new_files):

updated_metadata = []
print(f"Update metadata: {updated_metadata}")
print(f"New files: {updated_metadata}")
current_files_dict = {item['name']: item for item in current_metadata}

for new_file in new_files:
Expand Down

0 comments on commit 19f6c76

Please sign in to comment.