Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 83f3eb4

Browse files
committed
temporarily disabling folder creation...
1 parent 666ec78 commit 83f3eb4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Component/ScriptingAncestorComponent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ protected override void Initialize()
127127
m_py = PythonScript.Create();
128128
if (m_py != null)
129129
{
130-
UnpackScriptResources();
130+
//UnpackScriptResources();
131131
SetScriptTransientGlobals();
132132
m_py.Output = m_py_output.Write;
133133
m_py.SetVariable("__name__", "__main__");

Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818

1919
// [0.5.1.0] 6 August 2012 S. Baer - updated version numbers as minor update to be compatible with GH 0.9
20-
[assembly: AssemblyVersion("0.5.99.0")]
21-
[assembly: AssemblyFileVersion("0.5.99.0")]
20+
[assembly: AssemblyVersion("0.5.101.0")]
21+
[assembly: AssemblyFileVersion("0.5.101.0")]

0 commit comments

Comments
 (0)