Skip to content

Commit

Permalink
Fix progress in ms product
Browse files Browse the repository at this point in the history
  • Loading branch information
marcserrat committed Apr 7, 2022
1 parent c943d10 commit 0154353
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reports/ms_products/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def get_request_record(client, request, progress):
)
except Exception:
pass
progress.increment()
return output


Expand Down Expand Up @@ -286,7 +285,6 @@ def get_subscription_record(client, subscription, progress):
)
except Exception:
pass
progress.increment()
return output


Expand Down

0 comments on commit 0154353

Please sign in to comment.