Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit c763f67

Browse files
committed
Remove del dunder method
This is terrible practice and I should not have added this here
1 parent c22ab89 commit c763f67

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flox/launcher.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ class Launcher(object):
1212
Launcher python plugin base
1313
"""
1414

15-
def __del__(self, debug=None):
16-
self.run(debug)
17-
1815
def run(self, debug=None):
1916
if debug:
2017
self._debug = debug

0 commit comments

Comments
 (0)