Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: cdc1245960167b6c474e014c2fa22edecd1ea9ff
https://github.com/openSUSE/osc/commit/cdc1245960167b6c474e014c2fa22edecd1e…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-04-30 (Tue, 30 Apr 2013)
Changed paths:
M osc/commandline.py
Log Message:
-----------
- pass a str to exec() instead of an open file object
An open file object isn't supported anymore by python3.
This fixes issue #26.