From be1338325f05c4554dc7c25e3ecf1512e6be3fb1 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Tue, 16 Feb 2021 14:04:37 +0100
Subject: [PATCH] Changed default behaviour of dataset path.

---
 pysegcnn/core/cli.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pysegcnn/core/cli.py b/pysegcnn/core/cli.py
index da2495f..b870fcc 100644
--- a/pysegcnn/core/cli.py
+++ b/pysegcnn/core/cli.py
@@ -176,9 +176,9 @@ def evaluation_parser():
 
     # optional argument: dataset path
     parser.add_argument('-ds', '--dataset-path', type=str,
-                        help=('Path to the datasets on the current machine {}.'
+                        help=('Path to the datasets on the current machine. '
                               'Per default, it is assumed to be same as during'
-                              ' model training .'.format(default)),
+                              ' model training.'),
                         default='', metavar='')
 
     return parser
-- 
GitLab