mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-12-21 20:03:33 +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:
|
if var not in variables:
|
||||||
print "%s is not an IRP entity"%(var,)
|
print "%s is not an IRP entity"%(var,)
|
||||||
else:
|
else:
|
||||||
print "%s touches the following entities:"%(var,)
|
print "Touching %s invalidates the following entities:"%(var,)
|
||||||
parents = variables[var].parents
|
parents = variables[var].parents
|
||||||
parents.sort()
|
parents.sort()
|
||||||
for x in parents:
|
for x in parents:
|
||||||
|
Loading…
Reference in New Issue
Block a user