|
@@ -30,7 +30,7 @@ class Interface:
|
|
|
if not os.path.exists(self.input):
|
|
|
raise FileNotFoundError('The input file does not exist.')
|
|
|
|
|
|
- self.result = self.interface.get('result', '/result')
|
|
|
+ self.result = self.interface.get('result', '/output')
|
|
|
if self.result is None:
|
|
|
os.makedirs(str(self.result))
|
|
|
|