[cleanup] method without usage
This commit is contained in:
@@ -3420,9 +3420,6 @@ class SubmitLocal(QWidget):
|
|||||||
|
|
||||||
self.main_layout.addWidget(self.button)
|
self.main_layout.addWidget(self.button)
|
||||||
|
|
||||||
def start(self):
|
|
||||||
print('subprocess Popen')
|
|
||||||
|
|
||||||
def start(self, pp_export, ncores):
|
def start(self, pp_export, ncores):
|
||||||
self.execute_command(pp_export, ncores)
|
self.execute_command(pp_export, ncores)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user