Skip to content
Snippets Groups Projects
Commit c70a65b5 authored by Auke Klazema's avatar Auke Klazema
Browse files

Task #10710: Fixed the project details call on momquery client

parent 21aaf55d
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ def main():
print project
if options.project_details:
project_details = rpc.getObjectDetails(options.project_details)
project_details = rpc.get_project_details(options.project_details)
if project_details:
for k, v in project_details.items():
print ' %s: %s' % (k, v)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment