We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8035c01 + e6a7bf8 commit 64d130bCopy full SHA for 64d130b
wrabbit/parser/utils.py
@@ -328,7 +328,7 @@ def list_config_files(path: str) -> list:
328
for file in os.listdir(path):
329
if file.lower().endswith('.config'):
330
paths.append(os.path.join(path, file))
331
- return paths or None
+ return paths
332
333
334
def find_config_section(file_path: str, section: str) -> str:
wrabbit/version.py
@@ -1 +1 @@
1
-__version__ = "0.2.1"
+__version__ = "0.2.2"
0 commit comments