Skip to content
Snippets Groups Projects
Commit 8bc40793 authored by Sander Snoo's avatar Sander Snoo
Browse files

Cleanup

parent 65993668
No related branches found
Tags v1.4.3
No related merge requests found
......@@ -4,7 +4,6 @@ import os
path = 'c:/measurements/test_export'
# Set data location for load_by_uuid.
# When path is set it will use the path and not the database
set_data_location(path)
......@@ -16,4 +15,4 @@ for fname in files:
uuid = int(name[3:-5])
d = load_by_uuid(uuid)
print(f'imported {uuid}')
print(f'loaded {uuid}')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment