File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -525,6 +525,9 @@ def parse_args(self, args):
525
525
parser .add_argument ('--model' , default = None , help = 'output model name' )
526
526
parser .add_argument ('--type' , default = None , help = 'model type' )
527
527
parser .add_argument ('--config' , default = './config.py' , help = HELP_CONFIG )
528
+ parser .add_argument ('--myconfig' , default = './myconfig.py' ,
529
+ help = 'file name of myconfig file, defaults to '
530
+ 'myconfig.py' )
528
531
parser .add_argument ('--framework' ,
529
532
choices = ['tensorflow' , 'pytorch' , None ],
530
533
required = False ,
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def package_files(directory, strip_leading):
24
24
long_description = fh .read ()
25
25
26
26
setup (name = 'donkeycar' ,
27
- version = "4.3.6.3 " ,
27
+ version = "4.3.6.4 " ,
28
28
long_description = long_description ,
29
29
description = 'Self driving library for python.' ,
30
30
url = 'https://github.com/autorope/donkeycar' ,
You can’t perform that action at this time.
0 commit comments