Skip to content

Commit 8a7a760

Browse files
committed
Default value of supported should be true
1 parent d32c9b8 commit 8a7a760

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aikido_zen/background_process/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def export():
6969
return result
7070

7171
@staticmethod
72-
def add_package(package, version, supported=None):
72+
def add_package(package, version, supported=True):
7373
global packages
7474
packages[package] = {
7575
"name": package,

0 commit comments

Comments
 (0)