Skip to content

Commit 15e642a

Browse files
committed
Revert "test"
This reverts commit d87b0ae.
1 parent d87b0ae commit 15e642a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ckanext/datapusher_plus/jobs.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,14 +248,14 @@ def _push_to_datastore(
248248
"https": conf.DOWNLOAD_PROXY,
249249
}
250250

251-
### logger.debug("datpusher-plus resource download request:")
252-
### logger.debug(" {resource_url=")
253-
### for tkey in kwargs:
254-
### logger.debug(f" {tkey}: {kwargs[tkey]}")
251+
logger.debug("datpusher-plus resource download request:")
252+
logger.debug(" {resource_url=")
253+
for tkey in kwargs:
254+
logger.debug(f" {tkey}: {kwargs[tkey]}")
255255

256256
with requests.get(resource_url, **kwargs) as response:
257-
### logger.debug("datpusher-plus resource download response:")
258-
### logger.debug(f" {response!r}")
257+
logger.debug("datpusher-plus resource download response:")
258+
logger.debug(f" {response!r}")
259259
response.raise_for_status()
260260
cl = response.headers.get("content-length")
261261
max_content_length = conf.MAX_CONTENT_LENGTH

0 commit comments

Comments
 (0)