We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1968ed commit be3add7Copy full SHA for be3add7
pori_python/ipr/connection.py
@@ -123,8 +123,10 @@ def upload_report(
123
raise Exception(f"Project creation failed due to {err}")
124
125
if self.username not in project_users[content["project"]]:
126
- raise Exception(f"User have no permission to create report in project {content['project']}")
127
-
+ raise Exception(
+ f"User have no permission to create report in project {content['project']}"
128
+ )
129
+
130
if ignore_extra_fields:
131
initial_result = self.post("reports-async?ignore_extra_fields=true", content)
132
else:
0 commit comments