File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -387,8 +387,8 @@ def update(
387
387
if g2s_project :
388
388
sentry_group_name = g2s_project .group .split ("/" )[0 ].strip ()
389
389
self ._handle_g2s_project (
390
- g2s_project , sentry_group_name , custom_name
391
- ) # type: ignore
390
+ g2s_project , sentry_group_name , custom_name # type: ignore
391
+ )
392
392
else :
393
393
logging .info (
394
394
"{}: Project with fullPath - {} not found" .format (
@@ -406,9 +406,8 @@ def update(
406
406
# Skip if sentry is installed or
407
407
# Project has disabled MRs
408
408
self ._handle_g2s_project (
409
- g2s_project , sentry_group_name
410
- ) # type: ignore
411
-
409
+ g2s_project , sentry_group_name # type: ignore
410
+ )
412
411
for key in self .run_stats .keys ():
413
412
logging .info (
414
413
"{}: RESULTS - {}: {}" .format (self .__str__ (), key , self .run_stats [key ])
You can’t perform that action at this time.
0 commit comments