aboutsummaryrefslogtreecommitdiff
path: root/tatt
diff options
context:
space:
mode:
Diffstat (limited to 'tatt')
-rw-r--r--tatt/tinderbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tatt/tinderbox.py b/tatt/tinderbox.py
index 39f57ec..5875008 100644
--- a/tatt/tinderbox.py
+++ b/tatt/tinderbox.py
@@ -80,7 +80,7 @@ def stablerdeps (package, config):
if out == '': continue
else : outlist.append(samp)
- if len(outlist) > config['rdeps']:
+ if len(outlist2) > 0:
print("More than " + config['rdeps'] + " stable rdeps, took a sample. \n")
return outlist
#############################