You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-nntp/sabnzbd/files/par2cmdline.patch

13 lines
503 B

--- sabnzbd/newsunpack.py.orig 2013-07-07 13:29:12.000000000 +0200
+++ sabnzbd/newsunpack.py 2013-08-02 20:16:22.286697000 +0200
@@ -966,7 +966,7 @@
# Append the wildcard for this set
wildcard = '%s*' % os.path.join(os.path.split(parfile)[0], setname)
- if single or len(globber(wildcard, None)) < 2:
+ if len(globber(wildcard, None)) < 2:
# Support bizarre naming conventions
wildcard = os.path.join(os.path.split(parfile)[0], '*')
command.append(wildcard)