Added notification on successful finish of the script

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
This commit is contained in:
Grzegorz Latosinski 2020-11-18 16:16:48 +01:00
parent 6709fdfc11
commit 7f0f405c2b
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ def main(argv):
traceback.print_exc()
err.write(f'{fetbin}\n')
print('Finished generating FET plots')
return 0