aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorUlas Kozat <ulas.kozat@gmail.com>2016-11-18 12:42:51 -0800
committerUlas Kozat <ulas.kozat@gmail.com>2016-11-18 12:52:46 -0800
commit6aa5772f98296bf9bbb9bbed144cf52d48949119 (patch)
treeced038266a2baa1fd4cacfcbd8bc2bbb0a64201d /lib
parentd8fdb16bbd33e6706a1fc8ca7f2493984f83027e (diff)
Fix reference files and client logging for testing
Fix bug in the scheduler code introduced in the previous merge Change-Id: Ib6ce799748a767a2d78bdddd853bfbc93b2e9c23 Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/mapper/label.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mapper/label.py b/lib/mapper/label.py
index 02e2a18..6baa3c0 100644
--- a/lib/mapper/label.py
+++ b/lib/mapper/label.py
@@ -82,5 +82,5 @@ def select_site( site_map ):
maxval = 1
maxkey = site
node_site[node] = maxkey
- counter[node_site[node]] = counter[node_site[node]] + 1
+ counter[node_site[node]] = counter[node_site[node]] + 1
return node_site