aboutsummaryrefslogtreecommitdiff
path: root/pangraph/block.py
diff options
context:
space:
mode:
Diffstat (limited to 'pangraph/block.py')
-rw-r--r--pangraph/block.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pangraph/block.py b/pangraph/block.py
index 1bc501d..92f9107 100644
--- a/pangraph/block.py
+++ b/pangraph/block.py
@@ -146,8 +146,8 @@ class Block(object):
qryblks = [nb for i, nb in enumerate(newblks) if qrys[i] is not None]
if aln['orientation'] == -1:
qryblks = qryblks[::-1]
- refblks = [nb for i, nb in enumerate(newblks) if refs[i] is not None]
+ refblks = [nb for i, nb in enumerate(newblks) if refs[i] is not None]
sharedblks = [nb for i, nb in enumerate(newblks) if refs[i] is not None and qrys[i] is not None]
return newblks, qryblks, refblks, sharedblks, isomap