We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad01d84 commit a08a20eCopy full SHA for a08a20e
src/org/deepjava/config/Configuration.java
@@ -149,8 +149,8 @@ public static void readProjectFileAndRunConfigs(String projectFileName) {
149
File rel = new File(projectFileName);
150
String path = rel.getAbsolutePath();
151
File file = new File(path);
152
- new Parser(file).parse(true);
153
projectFile = file;
+ new Parser(file).parse(true);
154
155
if (reporter.nofErrors > 0) return;
156
if (dbg) vrb.println("[CONF] Configuration: reading run configurations");
0 commit comments