aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Einar Hilden <hildenae@gmail.com>2015-07-05 23:07:08 +0200
committerAnders Einar Hilden <hildenae@gmail.com>2015-07-05 23:07:08 +0200
commitb72ec80e243860e64a7d70a64ee29bf65ae6f7ae (patch)
treecd49ef126d4ae7bc7af740d76d9c4fe600587811
parent4a0e0ed91626dbb0c122174a76169519d8e163f9 (diff)
Implement add_tags
-rwxr-xr-xpython/etatsbasen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/etatsbasen.py b/python/etatsbasen.py
index 74b95ce..bd3462f 100755
--- a/python/etatsbasen.py
+++ b/python/etatsbasen.py
@@ -106,6 +106,7 @@ def trim_row(row):
def add_tags(row):
if row == None:
return None
+ row['tag_string'] = row['orgstructid']
return row
def add_url(row):