mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-14 18:13:44 +01:00
Bug in 'end program'
Version:1.1.29
This commit is contained in:
parent
64e6854ef2
commit
a2c2cb9f63
@ -420,6 +420,7 @@ def irp_simple_statements(text):
|
||||
|
||||
def process_end(line):
|
||||
'''Set irp_here variable in provider block'''
|
||||
line.text = "end"
|
||||
if command_line.do_assert or command_line.do_debug:
|
||||
i = line.i
|
||||
f = line.filename
|
||||
@ -429,7 +430,6 @@ def irp_simple_statements(text):
|
||||
]
|
||||
else:
|
||||
result = [ line ]
|
||||
|
||||
return result
|
||||
|
||||
def process_begin_provider(line):
|
||||
|
@ -1 +1 @@
|
||||
version = "1.1.28"
|
||||
version = "1.1.29"
|
||||
|
Loading…
Reference in New Issue
Block a user