Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-zeldes committed Feb 25, 2020
1 parent bff40ca commit a9036d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions depedit/depedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def read_config_file(self, config_file, clear_transformations=False):

line_num = 0
for instruction in config_file:
instruction = instruction.strip()
line_num += 1
if len(instruction)>0 and not instruction.startswith(";") and not instruction.startswith("#") \
or instruction.startswith("#S:"):
Expand Down

0 comments on commit a9036d2

Please sign in to comment.