[chronojump] forceSensor import with .csv
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] forceSensor import with .csv
- Date: Mon, 9 Sep 2019 11:30:24 +0000 (UTC)
commit baa81383326934ebea80034ec30f9267f836461a
Author: Xavier de Blas <xaviblas gmail com>
Date: Mon Sep 9 13:30:07 2019 +0200
forceSensor import with .csv
src/sqlite/forceSensor.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sqlite/forceSensor.cs b/src/sqlite/forceSensor.cs
index ae9f8ae3..12e5a783 100644
--- a/src/sqlite/forceSensor.cs
+++ b/src/sqlite/forceSensor.cs
@@ -194,7 +194,7 @@ class SqliteForceSensor : Sqlite
parsedDate = match.Value;
//filename will be this
- string myFilename = p.UniqueID + "_" + p.Name + "_" + parsedDate;
+ string myFilename = p.UniqueID + "_" + p.Name + "_" + parsedDate + ".csv";
//try to move the file
try{
File.Move(file.FullName,
Util.GetForceSensorSessionDir(Convert.ToInt32(session.Name)) + Path.DirectorySeparatorChar + myFilename);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]