Skip to content

Commit 0cd3ea8

Browse files
committed
test return early
1 parent fb47016 commit 0cd3ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ckanext/datapusher_plus/datastore_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ def send_resource_to_datastore(
159159
"calculate_record_count": calculate_record_count,
160160
}
161161
try:
162+
return # DEBUG
162163
resource_dict = tk.get_action("datastore_create")(
163164
{"ignore_auth": True}, request
164165
)

0 commit comments

Comments
 (0)