Skip to content

Commit eb459a7

Browse files
committed
Fix export for SQC
1 parent d6c70b7 commit eb459a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar/platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def export(self, export_settings: types.ConfigSettings, full: bool = False) -> t
499499
if not self.is_sonarcloud():
500500
json_data[settings.DEVOPS_INTEGRATION] = devops.export(self, export_settings=export_settings)
501501

502-
return pfhelp.convert_global_settings_json(json_data)
502+
return pfhelp.convert_global_settings_json(json_data)
503503

504504
def set_webhooks(self, webhooks_data: types.ObjectJsonRepr) -> bool:
505505
"""Sets global webhooks with a list of webhooks represented as JSON

0 commit comments

Comments
 (0)