Skip to content

Commit 54ceea9

Browse files
committed
Extend verbose flag
1 parent 63c0f9c commit 54ceea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/devioc-startproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ parser.add_argument('-d', '--device', type=str, help='Device Name', required=Tru
3636
3737
if __name__== '__main__':
3838
args = parser.parse_args()
39-
if args.v:
39+
if args.verbose:
4040
log.log_to_console(logging.DEBUG)
4141
else:
4242
log.log_to_console(logging.INFO)

0 commit comments

Comments
 (0)