mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Version:1.1.44
This commit is contained in:
parent
b4b1b98fac
commit
fb80051231
@ -189,7 +189,11 @@ def get_parsed_text():
|
||||
v = buffer[1].lower()
|
||||
varlist.append(v)
|
||||
variable_list = find_variables_in_line(line)
|
||||
try:
|
||||
variable_list.remove(variables[v].same_as)
|
||||
except ValueError:
|
||||
print v, variables[v].same_as
|
||||
raise
|
||||
result.append( (variable_list,line) )
|
||||
else:
|
||||
l = find_variables_in_line(line)
|
||||
|
@ -1 +1 @@
|
||||
version = "1.1.43"
|
||||
version = "1.1.44"
|
||||
|
Loading…
Reference in New Issue
Block a user