From 96675f41a15f7be2ddc5f31c9a54ef0a1579c9bd Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 7 Nov 2024 22:00:50 +0100 Subject: [PATCH] text --- client/pyscripts/fm11rf08_full.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/pyscripts/fm11rf08_full.py b/client/pyscripts/fm11rf08_full.py index c658e65b4..733782c31 100644 --- a/client/pyscripts/fm11rf08_full.py +++ b/client/pyscripts/fm11rf08_full.py @@ -938,9 +938,13 @@ def diskDump(data, uid, dpath): f.write(b) if bad: lprint('Bad data exists, and has been saved as 0xFF') + + s = color('ok', fg='green') + lprint(f' Save file operations ( {s} )', prompt='[+]') + except: s = color('fail', fg='red') - lprint(f'File operations ( {s} )', prompt='[!]') + lprint(f' Save file operations ( {s} )', prompt='[!]') return dump18