commit | 714c1babb3f02a26ea04a69a23edb1818bd396ed | [log] [tgz] |
---|---|---|
author | Roman Bubyr <rbubyr@mirantis.com> | Wed Nov 08 15:23:25 2023 +0000 |
committer | Gerrit Code Review <gerrit@172.18.228.132> | Wed Nov 08 15:23:25 2023 +0000 |
tree | d5fd251fb79ceaca1af9f8af3d259b859ee5db79 | |
parent | 754a5d8f0387f6a74b5c6a3c5a5dbf716fdaab66 [diff] | |
parent | cc38efa9a80a5d0c2839f850b5ae8d2bdf5de710 [diff] |
Merge "Squash migrations"
diff --git a/testrail_bot/control/celery_tasks/testrail_pipeline.py b/testrail_bot/control/celery_tasks/testrail_pipeline.py index 84ed930..5f7e7c4 100644 --- a/testrail_bot/control/celery_tasks/testrail_pipeline.py +++ b/testrail_bot/control/celery_tasks/testrail_pipeline.py
@@ -28,6 +28,9 @@ :param test_run: TestRun object that contains switchers for filters :return: modified text """ + if not data: + data = "" + if test_run.filter_last_traceback: data = filters.last_traceback_filter(data)