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

Commit

Permalink
Remove del dunder method
Browse files Browse the repository at this point in the history
This is terrible practice and I should not have added this here
  • Loading branch information
Garulf committed Jul 3, 2023
1 parent c22ab89 commit c763f67
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flox/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ class Launcher(object):
Launcher python plugin base
"""

def __del__(self, debug=None):
self.run(debug)

def run(self, debug=None):
if debug:
self._debug = debug
Expand Down

0 comments on commit c763f67

Please sign in to comment.