Skip to content

Commit 54b314b

Browse files
committed
Cleanup
1 parent 00a51fc commit 54b314b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ def export(self, export_settings: types.ConfigSettings, settings_list: dict[str,
10441044
except HTTPError as e:
10451045
if e.response.status_code == HTTPStatus.FORBIDDEN:
10461046
log.critical("Insufficient privileges to access %s, export of this project interrupted", str(self))
1047-
json_data["error"] = f"Insufficient permissions while exporting project, export interrupted"
1047+
json_data["error"] = "Insufficient permissions while exporting project, export interrupted"
10481048
else:
10491049
log.critical("HTTP error %s while exporting %s, export of this project interrupted", str(e), str(self))
10501050
json_data["error"] = f"HTTP error {str(e)} while extracting project"

0 commit comments

Comments
 (0)