Skip to content

Commit 4458355

Browse files
Added log to response
1 parent 556ca8a commit 4458355

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tasks/task_runners.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ def stop_task(name):
209209
task.save()
210210

211211
def write_file_size(response):
212+
LOG.debug("Logging response %s",response)
213+
212214
if response:
213-
LOG.debug(response)
214215
for item in response:
215216
if item:
216217
config = configparser.ConfigParser()

0 commit comments

Comments
 (0)