Tiny change: added a debug log line
This commit is contained in:
parent
0ee6c2d791
commit
46d7290b0f
|
@ -907,6 +907,7 @@ class SpecIO(object):
|
||||||
if content != old_content:
|
if content != old_content:
|
||||||
with open(filename, 'w') as fd:
|
with open(filename, 'w') as fd:
|
||||||
fd.write(content)
|
fd.write(content)
|
||||||
|
LOGGER.debug(f"Writing Spec input file written in {filename}")
|
||||||
modified = True
|
modified = True
|
||||||
|
|
||||||
return modified
|
return modified
|
||||||
|
|
Loading…
Reference in New Issue