Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Oops, should have been "output = ..." not "out = ..." in the last com…
Browse files Browse the repository at this point in the history
…mit.
  • Loading branch information
Ken Moore committed Nov 7, 2013
1 parent f957c3a commit 8bcbb15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-qt4/pc-softwaremanager/pbiDBAccess.cpp
Expand Up @@ -361,6 +361,6 @@ QString PBIDBAccess::runCMD(QString cmd){
output = "Process timed out (30 sec)";
}
if(output.endsWith("\n")){ output.chop(1); }
out = output.simplified();
output = output.simplified();
return output;
}

0 comments on commit 8bcbb15

Please sign in to comment.