Skip to content

Commit be3add7

Browse files
committed
lint
1 parent a1968ed commit be3add7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pori_python/ipr/connection.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,10 @@ def upload_report(
123123
raise Exception(f"Project creation failed due to {err}")
124124

125125
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-
126+
raise Exception(
127+
f"User have no permission to create report in project {content['project']}"
128+
)
129+
128130
if ignore_extra_fields:
129131
initial_result = self.post("reports-async?ignore_extra_fields=true", content)
130132
else:

0 commit comments

Comments
 (0)