From 19f689ce0bf05d8855932fbe0529a665c35a8aa8 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 9 Apr 2013 11:32:34 +0200 Subject: [PATCH] python3 compatibility: getcwdu used just on one place, seems to be enough to simply remove it --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index e049cd14..97aff4f8 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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