Commit 685a5d3
authored
Add ability to change the executable_fullpath setting for the gitbash shell plugin (#1938)
* change to use super() method,
so the inherited method will use GitBash.name(), via cls.name() to access config settings in rez.shells.Shell.find_executable()
Signed-off-by: george.ridal <[email protected]>
* Added test to check find_executable config override works correctly
Signed-off-by: george.ridal <[email protected]>
* removed white space
Signed-off-by: george.ridal <[email protected]>
---------
Signed-off-by: george.ridal <[email protected]>1 parent 4e00cfd commit 685a5d3
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
| 655 | + | |
644 | 656 | | |
645 | 657 | | |
646 | 658 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments