summaryrefslogtreecommitdiff
path: root/python/function.py
diff options
context:
space:
mode:
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