From 5a7d5317f6a3366261e1a30c59fb044bd3f06959 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 28 Apr 2014 15:30:43 +0200 Subject: [PATCH] Another typo --- python/postprocess_threaded.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/postprocess_threaded.py b/python/postprocess_threaded.py index 3cce35242..5b4292c66 100644 --- a/python/postprocess_threaded.py +++ b/python/postprocess_threaded.py @@ -123,7 +123,7 @@ if sys.argv[1] == "additional" or sys.argv[1] == "nfo": if maxsize == 0: maxsize = '' else: - maxsize = 'r.size < '+str(maxsizeck * 1073741824) + maxsize = 'AND r.size < '+str(maxsizeck * 1073741824) datas = [] maxtries = -1