mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[coverage] Explicit super in process.py
This commit is contained in:
@@ -19,7 +19,7 @@ import subprocess
|
||||
|
||||
class ProfdataMergerProcess(Process):
|
||||
def __init__(self, config, file_queue):
|
||||
Process.__init__(self)
|
||||
super(ProfdataMergerProcess, self).__init__()
|
||||
self.config = config
|
||||
self.file_queue = file_queue
|
||||
self.filename_buffer = []
|
||||
|
||||
Reference in New Issue
Block a user