8000 Fixed indent for break · mrpowerus/salesforce-bulk-python@c91d40f · GitHub
[go: up one dir, main page]

Skip to content

Commit c91d40f

Browse files
committed
Fixed indent for break
1 parent d6f586e commit c91d40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/salesforce_bulk_python/bulk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async def start(self):
142142
if status=='JobComplete':
143143
self.on_complete(f"{self.connection.instance_url}/services/data/{self.connection.settings.api_version}/jobs/query/{self.id}/results",self)
144144
print(f'Finished job for {self.object.name}')
145-
break
145+
break
146146
return 0
147147

148148
@property

0 commit comments

Comments
 (0)
0