File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88 "source" : [
99 " # Konfig - Demo\n " ,
1010 " \n " ,
11- " <!-- copybara:strip_begin -->\n " ,
1211 " \n " ,
13- " https://kauldron.rtfd.io/en/latest/konfig-demo\n " ,
14- " \n " ,
15- " <!-- copybara:strip_end -->\n " ,
1612 " \n " ,
1713 " `konfig` is a wrapper around `ml_collection.ConfigDict`.\n " ,
1814 " \n " ,
3834 "source" : [
3935 " \n " ,
4036 " \n " ,
41- " Import <!-- copybara:strip_begin -->go/ecolab and<!-- copybara:strip_end --> `konfig`:"
37+ " Import `konfig`:"
4238 ]
4339 },
4440 {
Original file line number Diff line number Diff line change 4949 "third_party/py/kauldron/xm/configs/kd_base.py" ,
5050 "Path to the XManager config to be run." ,
5151 lock_config = False ,
52+ use_legacy_flag = False ,
5253 )
5354except Exception as e_ : # pylint: disable=broad-exception-caught
5455 epy .reraise (e_ , suffix = "See all flags at" )
5859 None ,
5960 "Path to the configuration file to be run." ,
6061 lock_config = False ,
62+ use_legacy_flag = False ,
6163)
6264
6365
You can’t perform that action at this time.
0 commit comments