Skip to content

Commit 8a63858

Browse files
meee1Copilot
andauthored
Update ExtLibs/ArduPilot/Joystick/JoystickBase.cs
Co-authored-by: Copilot <[email protected]>
1 parent ab8f9f4 commit 8a63858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtLibs/ArduPilot/Joystick/JoystickBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ public void ImportConfig(string fileName)
13401340

13411341
if (!File.Exists(fileName))
13421342
{
1343-
throw new FileNotFoundException("Archive file not found: " + fileName);
1343+
throw new FileNotFoundException($"Archive file not found: {fileName}");
13441344
}
13451345

13461346
// extract all files from archive to user data directory

0 commit comments

Comments
 (0)