From ec0b1563cce151ef8de5f92f61342924d87d63b0 Mon Sep 17 00:00:00 2001 From: Alexander_Kabui Date: Thu, 9 Jan 2025 12:04:54 +0300 Subject: Minor typo fix. --- gn3/api/streaming.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/api') diff --git a/gn3/api/streaming.py b/gn3/api/streaming.py index 355d903..2b6b431 100644 --- a/gn3/api/streaming.py +++ b/gn3/api/streaming.py @@ -11,7 +11,7 @@ streaming = Blueprint("stream", __name__) @streaming.route("/", methods=["GET"]) def stream(identifier): """ This endpoint streams stdout from a file. - It expects the indetifier to be the filename + It expects the identifier to be the filename in the TMPDIR created at the main computation endpoint see example api/rqtl.""" output_file = os.path.join(current_app.config.get("TMPDIR"), -- cgit 1.4.1