[chronojump] Fix to last commit
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fix to last commit
- Date: Wed, 5 Jun 2019 16:30:19 +0000 (UTC)
commit 1152fc89f348c80cf26913822e848e9b29800c29
Author: Xavier de Blas <xaviblas gmail com>
Date: Wed Jun 5 18:30:01 2019 +0200
Fix to last commit
src/chronojump-importer/chronojump_importer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/chronojump-importer/chronojump_importer.py b/src/chronojump-importer/chronojump_importer.py
index 4d40f64e..a5e595c8 100755
--- a/src/chronojump-importer/chronojump_importer.py
+++ b/src/chronojump-importer/chronojump_importer.py
@@ -708,7 +708,7 @@ class ImportSession:
# and after import curves will not be saved on clicking at capture treeview
# create "curve" folder if not exists
destination_url = self._encoder_url(session_id, "curve")
- destination_directory = os.path.join(destination_dself.destination_path, "..", "..",
destination_url)
+ destination_directory = os.path.join(self.destination_path, "..", "..", destination_url)
destination_directory = os.path.abspath(destination_directory) # os.makedirs() can't handle
directories with ".."
if not os.path.isdir(destination_directory):
os.makedirs(destination_directory)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]