Added notification on successful finish of the script
Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
parent
6709fdfc11
commit
7f0f405c2b
|
@ -108,6 +108,7 @@ def main(argv):
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
err.write(f'{fetbin}\n')
|
err.write(f'{fetbin}\n')
|
||||||
|
|
||||||
|
print('Finished generating FET plots')
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue