Skip to content
Snippets Groups Projects
Commit a3d9749e authored by Matthew Webster's avatar Matthew Webster
Browse files

Added docstring

parent 9d110f2d
No related branches found
No related tags found
No related merge requests found
......@@ -738,8 +738,13 @@ def main(args=None):
return 0
def atlasquery_emulation(args=None):
"""Entry point for ``atlasquery``. Runs as ``atlasq`` in ``ohi``
mode.
"""
if args is None:
args=sys.argv[1:]
return main(['ohi']+args)
if __name__ == '__main__':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment