Skip to content

Commit f8beec7

Browse files
committed
style: added assembling indicator
1 parent 89ce410 commit f8beec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scr/utils/obfuscation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,8 @@ def AssembleExecutor(self, dir: str):
280280

281281
cur = getcwd()
282282
chdir(dir)
283+
284+
Log.Info(f"Assembling executor...")
283285
result = run(["python", "assembler.py", "build_ext", "--inplace"],
284286
stdout=Log.logFile if Log.logFile else DEVNULL,
285287
stderr=PIPE, text=True)

0 commit comments

Comments
 (0)