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,6 +209,9 @@ for f in parsefiles:
|
||||
'\\1%s:' % fqcndict[fqcnmodule],
|
||||
line
|
||||
)
|
||||
if fqcnmodule == fqcndict[fqcnmodule]:
|
||||
print('.', file=sys.stderr, end='', flush=True)
|
||||
else:
|
||||
print('*', file=sys.stderr, end='', flush=True)
|
||||
else:
|
||||
print('.', file=sys.stderr, end='', flush=True)
|
||||
|
Loading…
Reference in New Issue
Block a user