You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[6][Set permissions in the file system](http://goo.gl/1oDT7r)
44
+
[6][Set permissions in the file system](http://docs.splunk.com/Documentation/Splunk/latest/AdvancedDev/SetPermissions#Set_permissions_in_the_filesystem)
*documentedin [LogRecord](https://docs.python.org/2/library/logging.html#logging.LogRecord) attributes. The following format string will log the time in a
Copy file name to clipboardExpand all lines: splunklib/searchcommands/decorators.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -238,7 +238,7 @@ class Option(property):
238
238
**Example:**
239
239
240
240
Long form. Useful when you wish to manage the option value and its deleter/getter/setter side-effects yourself. You
241
-
must provide a getter and a setter. If your :code:`Option` requires `destruction <http://goo.gl/4VSm1c>`_ you must
241
+
must provide a getter and a setter. If your :code:`Option` requires `destruction <https://docs.python.org/2/reference/datamodel.html#object.__del__>`_ you must
242
242
also provide a deleter. You must be prepared to accept a value of :const:`None` which indicates that your
0 commit comments