diff --git a/utilities/mobile_server_pool.py b/utilities/mobile_server_pool.py index c9f87d744d..a0647af8f1 100644 --- a/utilities/mobile_server_pool.py +++ b/utilities/mobile_server_pool.py @@ -209,7 +209,7 @@ def cleanup_for_blocked_nodes(job_name=None): if doc["state"] == "available": continue job_id = doc["username"] - if job_id == "": + if job_id == "" or job_id == None: job_id = "test_job:123" length_array = [] length_array = job_id.split(":")