Skip to content

Commit 4bf27f1

Browse files
committed
...
1 parent d715a9e commit 4bf27f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/server/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,6 +1293,7 @@ void start_server(SDParams params) {
12931293

12941294
size_t last = params.output_path.find_last_of(".");
12951295
std::string dummy_name = last != std::string::npos ? params.output_path.substr(0, last) : params.output_path;
1296+
dummy_name = dummy_name + "_" + running_task_id;
12961297
json images_json = json::array();
12971298
for (int i = 0; i < params.lastRequest.batch_count; i++) {
12981299
if (results[i].data == NULL) {

0 commit comments

Comments
 (0)