DNF module only enabled when DNF available and dynamically loads corrections
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from thefuck.utils import which
|
||||
|
||||
dnf_available = bool(which('dnf'))
|
||||
Reference in New Issue
Block a user