1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-11 16:36:14 +01:00

python3 compatibility: getcwdu

used just on one place, seems to be enough to simply remove it
This commit is contained in:
Michal Vyskocil 2013-04-09 11:32:34 +02:00 committed by Adrian Schröter
parent a134074417
commit 19f689ce0b

View File

@ -5424,7 +5424,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
return 0
cwd = os.getcwdu()
cwd = os.getcwd()
basename = os.path.basename(cwd)
if not ':' in opts.host:
hostname = opts.host