
noreply at mythtv
May 4, 2012, 10:47 PM
Views: 71
Permalink
|
|
Ticket #10692: The New Format Of config.xml Is Converted To The Old Format
|
|
#10692: The New Format Of config.xml Is Converted To The Old Format --------------------------------------+------------------------- Reporter: keemllib@… | Owner: wagnerrp Type: Bug Report - General | Status: new Priority: minor | Milestone: unknown Component: Bindings - Python | Version: Master Head Severity: medium | Keywords: Ticket locked: 0 | --------------------------------------+------------------------- My ~/.mythtv/config.xml gets converted from the new format to the old, with no new lines (the whole file is one line.) Good and bad files are attached. This happens whenever I execute my python 'upcoming' script. {{{ To duplicate: Verify that ~/.mythtv/config.xml is in the 'new' format Execute the script below (the fragment is enough to convert it) cat ~/.mythtv/config.xml, it will be one line in the 'old' format }}} {{{ #!/usr/bin/env python from MythTV import MythBE be = MythBE() }}} -- Ticket URL: <http://code.mythtv.org/trac/ticket/10692> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|