SyntaxError in implementations/svn_vcs.py causes installation error.

Bug #617968 reported by Tom Eubank
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
config-manager
Fix Released
Undecided
Unassigned

Bug Description

from /var/log/apt/term.log:
Processing triggers for python-support ...
Compiling /usr/lib/pymodules/python2.6/config_manager/implementations/svn_vcs.py ...
SyntaxError: ('invalid syntax', ('/usr/lib/pymodules/python2.6/config_manager/implementations/svn_vcs.py', 49, 7, ' def get_test_repo(self):\n'))

Line #48 should be changed from:
        os.system("svn update %s" % (location,)
to:
        os.system("svn update %s" % (location,))

Revision history for this message
Robert Collins (lifeless) wrote :

This is fixed in trunk, but the warning you see here is because the package manager is compiling everything - that file isn't finished in the version it installs.

Changed in config-manager:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.