missed a line

This commit is contained in:
n00mkrad
2023-01-08 02:28:54 +01:00
parent 6a0df3d78a
commit 3e45f55824
2 changed files with 2 additions and 1 deletions

View File

@@ -495,6 +495,7 @@
</EmbeddedResource>
<EmbeddedResource Include="Forms\PromptForm.resx">
<DependentUpon>PromptForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Forms\SettingsForm.resx">
<DependentUpon>SettingsForm.cs</DependentUpon>

View File

@@ -182,7 +182,7 @@ namespace Flowframes.Os
s += @"reorderedClip = clip[0]\n";
s += "\n";
s += $"with open(r'{Path.Combine(inSet.tempFolder, "frames.vs.json")}') as json_file:\n";
s += $"with open(r'{Path.Combine(settings.InterpSettings.tempFolder, "frames.vs.json")}') as json_file:\n";
s += " frameList = json.load(json_file)\n";
s += " \n";
s += " for i in frameList:\n";