mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 11:53:32 +01:00
Output message made clearer
This commit is contained in:
parent
92106da879
commit
8b6a22e9a3
@ -68,7 +68,7 @@ def main():
|
||||
if var not in variables:
|
||||
print "%s is not an IRP entity"%(var,)
|
||||
else:
|
||||
print "%s touches the following entities:"%(var,)
|
||||
print "Touching %s invalidates the following entities:"%(var,)
|
||||
parents = variables[var].parents
|
||||
parents.sort()
|
||||
for x in parents:
|
||||
|
Loading…
Reference in New Issue
Block a user