Skip to content

Commit 3f46552

Browse files
committed
fix: settings get string list
1 parent 776e6f5 commit 3f46552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shapeout2/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def get_string(self, key):
102102

103103
def get_string_list(self, key):
104104
"""Returns list of strings"""
105-
self._get_value("string_list", key)
105+
return self._get_value("string_list", key)
106106

107107
def load(self):
108108
"""Loads the settings file returning a dictionary"""

0 commit comments

Comments
 (0)