mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-11 16:40:40 +00:00
Change the scaling logic and switch back to the socketio web server
This commit is contained in:
@ -125,8 +125,6 @@ def import_corpus():
|
||||
db.session.add(corpus_file)
|
||||
db.session.flush(objects=[corpus_file])
|
||||
db.session.refresh(corpus)
|
||||
current_app.logger.warning(vrt_file)
|
||||
current_app.logger.warning(corpus_file.path)
|
||||
try:
|
||||
shutil.copy2(vrt_file, corpus_file.path)
|
||||
except Exception as e:
|
||||
|
Reference in New Issue
Block a user