Skip to content

Commit

Permalink
sync labels when doing a global sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlue committed May 5, 2024
1 parent 8391455 commit 1a47e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='sysrev',
version='1.3.6',
version='1.3.7',
description='get sysrev project data and use the sysrev api',
long_description=long_description,
long_description_content_type='text/markdown', # Specify the content type here
Expand Down
1 change: 1 addition & 0 deletions sysrev/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def sync(self, client, project_id):
article_data_df['resolve'] = article_data_df['resolve'].apply(json.dumps)

self.sync_article_info(client, project_id, article_data_df['article-id'])
self.sync_labels(client, project_id)

# Writing data to tables
self.write_df(article_label_df,'article_label')
Expand Down

0 comments on commit 1a47e6b

Please sign in to comment.