Commit dc82e681 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac

parent 49448245
...@@ -26,7 +26,7 @@ class Tools: ...@@ -26,7 +26,7 @@ class Tools:
""" """
# Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation # Do not include :param for __user__ in the docstring as it should not be shown in the tool's documentation
# The user object will be passed as a parameter when the function is called # The session user object will be passed as a parameter when the function is called
print(__user__) print(__user__)
result = "" result = ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment