(cherry-picked from 5fc3a0fe48e1b783f4527002a07665d9341a20d5) --- meh/dump.py | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meh/dump.py b/meh/dump.py index 967c2c9..bb41e0b 100644 --- a/meh/dump.py +++ b/meh/dump.py @@ -120,9 +120,6 @@ class ExceptionDump(object): if getattr(sys.flags, flag): ret.add(flags_to_opts[flag]) ret = list(ret) - if ret: - ret.insert(0, "") #space between executable and options - return ret def get_package_and_component(file_=sys.argv[0]): -- 1.7.4.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list