Skip to content

Commit

Permalink
调试模式时跳过对pyenv目录的文件监控
Browse files Browse the repository at this point in the history
  • Loading branch information
showpy committed Dec 22, 2021
1 parent 415cc96 commit 2321ef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BT-Panel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ if is_debug:
_exts = ['py','html','BT-Panel','so']
_explude_patts = [
re.compile('{}/plugin/.+'.format(_PATH)),
re.compile('{}/(tmp|temp)/.+'.format(_PATH))
re.compile('{}/(tmp|temp)/.+'.format(_PATH)),
re.compile('{}/pyenv/.+'.format(_PATH))
]
_lsat_time = 0

Expand Down

0 comments on commit 2321ef5

Please sign in to comment.