Skip to content

Commit

Permalink
Fixed issue with incident medium that was wrongly parsed. This refs #…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed May 24, 2012
1 parent a39b348 commit f1445db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def create_script(self, script_part2):

if _arg == 'Incident medium':

_val=_val[4:-2]
_val=_val[4:-3]
if incident_medium.strip() == '':
incident_medium = _val
continue
Expand Down

0 comments on commit f1445db

Please sign in to comment.