Skip to content

Commit

Permalink
removed PRG removal (does not belong here)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaundroMat committed Aug 31, 2015
1 parent e0e8c71 commit 074754f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parsers/tosec_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ def __init__(self, name):
dump_flags = [d[1:-1] for d in re.split(r'(\[.*?\])', dump_part) if d]
self.set_dump_flags(dump_flags)

# Remove Rev PRG\d. from title
self.title = re.sub('Rev PRG\d*$', '', self.title)

def set_flags(self, flags):
current_flag_index = self.parts.index('publisher') + 1
for flag in flags:
Expand Down

0 comments on commit 074754f

Please sign in to comment.