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:
parent
a134074417
commit
19f689ce0b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user