rm CondaPkg environment
This commit is contained in:
@@ -71,7 +71,7 @@ def parse_leda(lines):
|
||||
[
|
||||
line.rstrip("\n")
|
||||
for line in lines
|
||||
if not (line.startswith("#") or line.startswith("\n") or line == "")
|
||||
if not (line.startswith(("#", "\n")) or line == "")
|
||||
]
|
||||
)
|
||||
for i in range(3):
|
||||
|
||||
Reference in New Issue
Block a user