Skip to content

Commit

Permalink
修改: tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinwei committed Dec 23, 2024
1 parent 82579e4 commit 40fad94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
if not hasattr(inspect, 'getargspec'): # 修复
inspect.getargspec = inspect.getfullargspec

from tao.tools.write import site
from taolib.flows.tasks import sites

namespace = site('docs', target='docs/_build/html')
namespace = sites('docs', target='docs/_build/html')

0 comments on commit 40fad94

Please sign in to comment.