We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2464757 + 50aae00 commit d93ad09Copy full SHA for d93ad09
core/views.py
@@ -4816,7 +4816,7 @@ def taskInfo(request, jeditaskid=0):
4816
_logger.info("Loading datasets info: {}".format(time.time() - request.session['req_init_time']))
4817
4818
# task dignostics - checks and warnings
4819
- task = get_task_diagnostics(taskrec, datasets=dsets)
+ # task = get_task_diagnostics(taskrec, datasets=dsets)
4820
4821
# get sum of hs06sec grouped by status
4822
# creating a jquery with timewindow
0 commit comments