We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c76631 commit 7129354Copy full SHA for 7129354
re_programmer.py
@@ -83,7 +83,7 @@ def Main():
83
WriteConfigArea( new_conf, True if (args.prog_file != '') else False)
84
ExecuteBist()
85
Verify( new_conf, new_program, program_size)
86
- if( args.lock == True):
+ if( args.lock == True and args.prog_file != ''):
87
CodeProtect()
88
VerifyCodeProtect()
89
finally:
0 commit comments