Skip to content

Commit 4d07fba

Browse files
meee1Copilot
andcommitted
Update ExtLibs/ArduPilot/Joystick/JoystickBase.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e83fb74 commit 4d07fba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)