X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=migrate-dbus-scripts.py;h=0684348de0a2081063c388fa6601abb2d1f3624d;hb=5bbcd651985870a089a98efeecfa6824b995c087;hp=358854ca347d93d31d3d1eb81baf3997619a7c82;hpb=f859787750e51e64367a28ae508e5ecc5385917a;p=dbuscron diff --git a/migrate-dbus-scripts.py b/migrate-dbus-scripts.py index 358854c..0684348 100755 --- a/migrate-dbus-scripts.py +++ b/migrate-dbus-scripts.py @@ -60,10 +60,6 @@ for fn in os.listdir(dbus_scripts_dir): skip_args += 1 opts['args'] = ';'*skip_args + opts['args'] - if opts['args'] != '*' \ - and '*' in opts['args']: - print >> sys.stderr, 'Warning: %s:%d: arguments contain wildcard characters, unsupported by dbuscron.' % (fnam, lineno) - # bus type sender interface path member destination args command res = 'S signal,method_call %(src)s %(iface)s * %(meth)s %(dest)s %(args)s !%(cmd)s' % opts print >> o, res