10
0
mirror of https://gitlab.com/scemama/irpf90.git synced 2024-06-02 11:25:19 +02:00

Output message made clearer

This commit is contained in:
Anthony Scemama 2015-02-02 10:36:14 +01:00
parent 92106da879
commit 8b6a22e9a3

View File

@ -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: