|
|
|
@ -2088,6 +2088,7 @@ def process_file(filename):
@@ -2088,6 +2088,7 @@ def process_file(filename):
|
|
|
|
|
except Exception: |
|
|
|
|
error("Unable to open file %s" % filename) |
|
|
|
|
for line in f.readlines(): |
|
|
|
|
line = line.split('#')[0] # ensure we discard the comments |
|
|
|
|
line = line.strip() |
|
|
|
|
if len(line) == 0 or line[0] == '#': |
|
|
|
|
continue |
|
|
|
|