summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2019-09-30 09:58:35 -0400
committerPeter LaFosse <peter@vector35.com>2019-09-30 09:58:35 -0400
commita25b57635f41c2cbdde4b376e4f542274aa49f94 (patch)
tree5ccdb7ef6c6c7cea2a4a5c9e35baf96d7d795eb0 /python/function.py
parentfa6d1a1998dc7295952036ea84c141cb20bca920 (diff)
Fix create_tag default boolean
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index 861cdcf0..114790ca 100644
--- a/python/function.py
+++ b/python/function.py
@@ -938,7 +938,7 @@ class Function(object):
def create_auto_tag(self, type, data):
return self.create_tag(type, data, False)
- def create_tag(self, type, data, user=False):
+ def create_tag(self, type, data, user=True):
"""
``create_tag`` creates a new Tag object but does not add it anywhere