Skip to content

Commit b9d885a

Browse files
author
xy
committed
draft
1 parent 93b6db3 commit b9d885a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/run.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,8 @@ jobs:
259259
with:
260260
tag_name: ${{ steps.version.outputs.version }}
261261
name: Librer ${{ steps.version.outputs.version }}
262-
draft: false
263-
prerelease: false
262+
draft: true
263+
prerelease: true
264264
files: |
265265
librer.${{ steps.version.outputs.version }}.linux.portable.zip
266266
librer.${{ steps.version.outputs.version }}.windows.portable.zip

src/core.py

-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,6 @@ def threaded_cde(timeout_semi_list,thread_index,thread_data_list,cde_errors_quan
831831

832832
customdata_stats_refs[rule_nr]+=1
833833

834-
835834
print_func( ('info','Custom data post-processing finished.'),True)
836835

837836
for thread_index in range(threads):

0 commit comments

Comments
 (0)