Skip to content

Commit 022219e

Browse files
committed
minor sweeps
1 parent cd65cfb commit 022219e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/qualisystems/pythonDriverPlugin/QualiPublishDriverAction.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import com.intellij.openapi.progress.Task;
1010
import com.intellij.openapi.project.Project;
1111
import com.intellij.openapi.ui.Messages;
12-
import com.sun.org.apache.xpath.internal.operations.Bool;
1312
import org.jetbrains.annotations.NotNull;
1413

1514
import java.io.*;
@@ -50,7 +49,7 @@ public void actionPerformed(AnActionEvent anActionEvent) {
5049

5150
Messages.showErrorDialog(
5251
project,
53-
"Could not find deployment.xml in the project folder, cannot upload driver.",
52+
String.format("Could not find %s in the project folder, cannot upload driver.", DeploymentSettingsFileName),
5453
"Missing Deployment Configuration File");
5554

5655
return;

0 commit comments

Comments
 (0)