diff options
Diffstat (limited to 'core/utils.py')
-rw-r--r-- | core/utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/utils.py b/core/utils.py index 0b18e3b..29c2643 100644 --- a/core/utils.py +++ b/core/utils.py @@ -205,6 +205,8 @@ def save_carefully(objectType, lookupAttribs={}, nonLookupAttribs={}): We are not using new_since_parsing - it is a fossil from Aaron Curtis's design in 2006. So it is always false. NOTE: this takes twice as long as simply creating a new object with the given values. + + As of Jan.2023 this function is not used anywhere in troggle. """ try: |