mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
Make single in subroutine needs
This commit is contained in:
parent
fa761ea25f
commit
2b2e048f01
@ -90,6 +90,7 @@ class Sub(object):
|
||||
def needs(self):
|
||||
if '_needs' not in self.__dict__:
|
||||
import parsed_text
|
||||
self._needs = make_single(self._needs)
|
||||
return self._needs
|
||||
needs = property(needs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user