Skip to content

Commit

Permalink
Fix CodeFactor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hrntsm committed Dec 28, 2023
1 parent b031a05 commit 76015b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Tunny/UI/OptimizationWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public OptimizationWindow(FishingComponent component)

private void RunPythonInstaller()
{

PythonInstaller.ComponentFolderPath = _component.GhInOut.ComponentFolder;
if (_settings.CheckPythonLibraries)
{
Expand Down
1 change: 0 additions & 1 deletion Tunny/Util/TunnyVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace Tunny.Util
{
public static class TunnyVariables
{

public static string TunnyEnvPath { get; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile) + ".tunny_env");
public static string OptimizeSettingsPath { get; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), ".tunny_env", "settings.json");
}
Expand Down

0 comments on commit 76015b7

Please sign in to comment.