mirror of
https://github.com/zerwes/ansible-fqcn-converter.git
synced 2025-02-25 18:55:30 -06:00
fix replacement reporting on fqcn match
This commit is contained in:
parent
6671db17a2
commit
f18f4a7fba
@ -209,7 +209,10 @@ for f in parsefiles:
|
|||||||
'\\1%s:' % fqcndict[fqcnmodule],
|
'\\1%s:' % fqcndict[fqcnmodule],
|
||||||
line
|
line
|
||||||
)
|
)
|
||||||
print('*', file=sys.stderr, end='', flush=True)
|
if fqcnmodule == fqcndict[fqcnmodule]:
|
||||||
|
print('.', file=sys.stderr, end='', flush=True)
|
||||||
|
else:
|
||||||
|
print('*', file=sys.stderr, end='', flush=True)
|
||||||
else:
|
else:
|
||||||
print('.', file=sys.stderr, end='', flush=True)
|
print('.', file=sys.stderr, end='', flush=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user