File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1406,7 +1406,7 @@ def __init__(
1406
1406
self .shutdown_timeout = shutdown_timeout
1407
1407
self .__init_task_list (task_list , task_mutex )
1408
1408
self .__init_loop (loop )
1409
- if type (launch_uuid ) == str :
1409
+ if type (launch_uuid ) is str :
1410
1410
super ().__init__ (endpoint , project ,
1411
1411
launch_uuid = self .create_task (self .__return_value (launch_uuid )), ** kwargs )
1412
1412
else :
@@ -1588,7 +1588,7 @@ def __init__(
1588
1588
self .__init_task_list (task_list , task_mutex )
1589
1589
self .__last_run_time = datetime .time ()
1590
1590
self .__init_loop (loop )
1591
- if type (launch_uuid ) == str :
1591
+ if type (launch_uuid ) is str :
1592
1592
super ().__init__ (endpoint , project ,
1593
1593
launch_uuid = self .create_task (self .__return_value (launch_uuid )), ** kwargs )
1594
1594
else :
You can’t perform that action at this time.
0 commit comments