Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 042d18c

Browse files
committed
debug msg
1 parent 61073b6 commit 042d18c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

consul/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1907,6 +1907,7 @@ def add_to_map(item):
19071907
if item and select(item[0], item[1]):
19081908
c[item[0]] = item[1]
19091909
map(add_to_map, orgin)
1910+
print '### orgin:', orgin, "c:", c
19101911
return c
19111912

19121913
def _query_data(self, service=None,
@@ -1950,6 +1951,7 @@ def _query_data(self, service=None,
19501951
'service': service_body
19511952
}.items(), (lambda k, v: v is not None)
19521953
)
1954+
print '####', json.dumps(data)
19531955
return json.dumps(data)
19541956

19551957
def create(self, service,

0 commit comments

Comments
 (0)