Skip to content

Commit

Permalink
fix: parser
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Aug 20, 2024
1 parent a39127d commit 54ca0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

REPO_COMPONENT_KEY = sys.argv[1]
REPO = sys.argv[2]
RELEASE_VERSION = sys.argv[3]
RELEASE_VERSION = sys.argv[3].replace('/', '')

response = requests.get(
f'{BASE_URL}{REPO_COMPONENT_KEY}&metricKeys={",".join(METRICS_SONAR)}&ps=500'
Expand Down

0 comments on commit 54ca0dd

Please sign in to comment.