diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2017-10-11 17:56:20 +1030 |
|---|---|---|
| committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | 2017-10-16 15:20:57 +0000 |
| commit | 1133d8c3d8e60b8459b13f7433f8bb46d12f2733 (patch) | |
| tree | a34f95d5d1b490a34c5f3e97972803e3e02b6ff9 /pytools | |
| parent | 39e10da71cd6e54c1bde34f3f41a008193f054fd (diff) | |
| download | talos-skeleton-1133d8c3d8e60b8459b13f7433f8bb46d12f2733.tar.gz talos-skeleton-1133d8c3d8e60b8459b13f7433f8bb46d12f2733.zip | |
pytools: obmcutil: Drop ability to set properties from the commandline
This was prioritised below the built-in value anyway so I suspect it
is an unused feature, especially now that the org.openbmc interfaces
(and the method feature) have gone away.
Change-Id: Icd5ab91b5fc08b0f6cc461390f4ac39f7e9e41cd
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'pytools')
| -rw-r--r-- | pytools/obmcutil | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pytools/obmcutil b/pytools/obmcutil index ae062b4..33a7e20 100644 --- a/pytools/obmcutil +++ b/pytools/obmcutil @@ -112,8 +112,6 @@ def main(): val = None if objinfo.has_key('value'): val = objinfo['value'] - elif len(sys.argv) > 0: - val = eval(sys.argv.pop(0)) if val is not None: dbus_iface.Set(iface, prop, val) else: |

