diff options
author | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-01-02 15:23:10 +0000 |
---|---|---|
committer | Bogdano Arendartchuk <bogdano@mandriva.org> | 2007-01-02 15:23:10 +0000 |
commit | 275cab2de13197085229b0478ecebb1859036092 (patch) | |
tree | 6f49be14b4dd154762e29a12ffa133b217df0017 /RepSys/rpmutil.py | |
parent | 5c5b3e1f3304f55aa3467dae63d8cbdcdec59163 (diff) | |
download | mgarepo-275cab2de13197085229b0478ecebb1859036092.tar mgarepo-275cab2de13197085229b0478ecebb1859036092.tar.gz mgarepo-275cab2de13197085229b0478ecebb1859036092.tar.bz2 mgarepo-275cab2de13197085229b0478ecebb1859036092.tar.xz mgarepo-275cab2de13197085229b0478ecebb1859036092.zip |
Make source lines fit in 80 columns
Diffstat (limited to 'RepSys/rpmutil.py')
-rw-r--r-- | RepSys/rpmutil.py | 3 |
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) |