erase debug msg
This commit is contained in:
parent
b8c2844653
commit
02a0b3d7d2
1 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,7 @@ from pyerrors.input import json as pj
|
||||||
import os
|
import os
|
||||||
import datalad.api as dl
|
import datalad.api as dl
|
||||||
import sqlite3
|
import sqlite3
|
||||||
from .input.sfcf import get_specs
|
from .input.sfcf import get_specs, read_param
|
||||||
from .input.sfcf import read_param
|
|
||||||
|
|
||||||
|
|
||||||
def write_measurement(path, ensemble, measurement, uuid, code, parameter_file):
|
def write_measurement(path, ensemble, measurement, uuid, code, parameter_file):
|
||||||
|
@ -23,7 +22,6 @@ def write_measurement(path, ensemble, measurement, uuid, code, parameter_file):
|
||||||
The uuid of the project.
|
The uuid of the project.
|
||||||
"""
|
"""
|
||||||
parameters = read_param(path, uuid, parameter_file)
|
parameters = read_param(path, uuid, parameter_file)
|
||||||
print(parameters)
|
|
||||||
dl.unlock(path + '/backlogger.db', dataset=path)
|
dl.unlock(path + '/backlogger.db', dataset=path)
|
||||||
conn = sqlite3.connect(path + '/backlogger.db')
|
conn = sqlite3.connect(path + '/backlogger.db')
|
||||||
c = conn.cursor()
|
c = conn.cursor()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue