diff options
| author | Patrick Williams <patrick@stwcx.xyz> | 2017-07-03 13:56:51 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-07-17 17:51:39 -0500 |
| commit | 7bfb70aced5dd21e3da103af62b704ef2e152245 (patch) | |
| tree | 64ce94e3b29bb0dbe745953e50352e5857f43a89 /tools/sdbus++ | |
| parent | 4edb785cf1864d5fd93fce7f0c956795e23f3006 (diff) | |
| download | sdbusplus-7bfb70aced5dd21e3da103af62b704ef2e152245.tar.gz sdbusplus-7bfb70aced5dd21e3da103af62b704ef2e152245.zip | |
sdbus++: move default directory
With example moved to the root directory and there being an explicit
makefile for the example calculator application, there is no need to
have sdbus++ default to 'example'.
Change-Id: I2a20883d7ea88b56e1bd073ef395c236215a4132
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'tools/sdbus++')
| -rwxr-xr-x | tools/sdbus++ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sdbus++ b/tools/sdbus++ index 28c2858..26969f3 100755 --- a/tools/sdbus++ +++ b/tools/sdbus++ @@ -19,7 +19,7 @@ def main(): parser = argparse.ArgumentParser(description='Process sdbus++ YAML files.') - parser.add_argument('-r', '--rootdir', dest='rootdir', default='example', + parser.add_argument('-r', '--rootdir', dest='rootdir', default='.', type=str, help='Location of files to process.') parser.add_argument('-t', '--templatedir', dest='templatedir', default=os.path.join(module_path, 'templates'), |

