Skip to content

Commit

Permalink
'#1487 Add metadata for country, state, city and suburb information.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed Sep 19, 2023
1 parent 967fbd9 commit 4c72734
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iped-app/src/main/java/iped/app/ui/AppMain.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class AppMain {
File casePath;

// configure to debug the analysis UI with some case
File testPath = null;// = new File("E:\\teste\\case-to-debug");
File testPath = new File(System.getProperty("user.dir"));// = new File("E:\\teste\\case-to-debug");

boolean isMultiCase = false;
boolean nolog = false;
Expand All @@ -52,7 +52,7 @@ public static void main(String[] args) {

// Set the UiScale (must be before any UI-related code).
UiScale.loadUserSetting();

checkJavaVersion();
AppMain appMain = new AppMain();
try {
Expand Down

0 comments on commit 4c72734

Please sign in to comment.