Commit 5c89ca65 authored by c24b's avatar c24b

[DEBUG] RIS parser Ok

parent a7dfcaff
...@@ -36,6 +36,7 @@ class RISParser(Parser): ...@@ -36,6 +36,7 @@ class RISParser(Parser):
last_values = [] last_values = []
# browse every line of the file # browse every line of the file
for line in file: for line in file:
if len(line) > 2 : if len(line) > 2 :
# extract the parameter key # extract the parameter key
parameter_key = line[:2] parameter_key = line[:2]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment