Index: /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/commands/CMDparseDirJFC.java
===================================================================
--- /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/commands/CMDparseDirJFC.java	(revision 382)
+++ /trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/jfc/commands/CMDparseDirJFC.java	(revision 383)
@@ -47,4 +47,5 @@
 		if (!folder.isDirectory()) {
 			Console.printerrln(path + " is not a directory");
+			return;
 		}
 
