aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/rpmutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/rpmutil.py')
-rw-r--r--RepSys/rpmutil.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/RepSys/rpmutil.py b/RepSys/rpmutil.py
index 872dc99..8cc6244 100644
--- a/RepSys/rpmutil.py
+++ b/RepSys/rpmutil.py
@@ -93,7 +93,8 @@ def get_srpm(pkgdirurl,
targetdirs = (".",)
targetsrpms = []
for targetdir in targetdirs:
- targetsrpm = os.path.join(os.path.realpath(targetdir), os.path.basename(srpm))
+ targetsrpm = os.path.join(os.path.realpath(targetdir),
+ os.path.basename(srpm))
targetsrpms.append(targetsrpm)
if verbose:
sys.stderr.write("Wrote: %s\n" % targetsrpm)