diff --git a/load_path.py b/load_path.py index 3a15161a..fe601244 100644 --- a/load_path.py +++ b/load_path.py @@ -1531,7 +1531,7 @@ async def main(): cnt = 0 async with db.sqlorContext('sage') as sor: for l in paths.split('\n'): - if not l: + if not l or l.startswith('#'): continue parts = l.split() path = parts[0]