issues
search
PASTA-ELN
/
pasta-eln
PASTA-ELN with new frontend
https://pasta-eln.github.io/pasta-eln/
Other
8
stars
2
forks
source link
Backend; restart function __init__(restart=False)
#341
Open
SteffenBrinckmann
opened
2 months ago
SteffenBrinckmann
commented
2 months ago
Use instead of restart()
in this function:
if restart: close database, save locally current database
rerun backend
init
with now known current_database
if restart: skip some tests since they are the same
Use instead of restart()
in this function: