Skip to content

Commit

Permalink
Re #10810. Adding osReadable to the json doc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Dec 23, 2014
1 parent 179b472 commit 5cf16a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/Mantid/Framework/WorkflowAlgorithms/src/SendUsage.cpp
Expand Up @@ -160,7 +160,9 @@ void SendUsage::generateHeader() {
<< "\"osArch\":\"" << ConfigService::Instance().getOSArchitecture()
<< "\","
<< "\"osVersion\":\"" << ConfigService::Instance().getOSVersion()
<< "\",";
<< "\","
<< "\"osReadable\":\""
<< ConfigService::Instance().getOSVersionReadable() << "\",";

// paraview version or zero
buffer << "\"ParaView\":\"";
Expand Down

0 comments on commit 5cf16a5

Please sign in to comment.