Skip to content

Commit a08a20e

Browse files
author
urs.graf
committed
Correct bug when calling deep properties dialog
1 parent ad01d84 commit a08a20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/deepjava/config/Configuration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ public static void readProjectFileAndRunConfigs(String projectFileName) {
149149
File rel = new File(projectFileName);
150150
String path = rel.getAbsolutePath();
151151
File file = new File(path);
152-
new Parser(file).parse(true);
153152
projectFile = file;
153+
new Parser(file).parse(true);
154154

155155
if (reporter.nofErrors > 0) return;
156156
if (dbg) vrb.println("[CONF] Configuration: reading run configurations");

0 commit comments

Comments
 (0)