mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Python: Space in example code
This commit is contained in:
parent
010b573afb
commit
8d1e8fc022
@ -118,7 +118,7 @@ void RicNewPythonScriptFeature::onActionTriggered(bool isChecked)
|
||||
else
|
||||
{
|
||||
QTextStream stream(&file);
|
||||
stream << "# Load ResInsight Processing Server Client Library\nimport rips\n# Connect to ResInsight instance\nresInsight = rips.Instance.find()\n# Example code\nprint(\"ResInsight version:\" + resInsight.app.versionString())\n";
|
||||
stream << "# Load ResInsight Processing Server Client Library\nimport rips\n# Connect to ResInsight instance\nresInsight = rips.Instance.find()\n# Example code\nprint(\"ResInsight version: \" + resInsight.app.versionString())\n";
|
||||
}
|
||||
|
||||
scriptColl->readContentFromDisc();
|
||||
|
Loading…
Reference in New Issue
Block a user