Skip to content

Commit

Permalink
Tweak docstring for clear_schedules and clear_schedule_all
Browse files Browse the repository at this point in the history
  • Loading branch information
chezou committed Apr 20, 2024
1 parent 5efbd34 commit 7e0ba33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tdworkflow/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ def create_project(
:param project_name: Project name
:param target_dir: Target directory name
:param schedule_from: Start scheduling of new workflows from the given time instead of current time
:param clear_schedules: Clear schedules for the given workflow names
:param clear_schedule_all: Clear all schedules
:param clear_schedules: Clear last_session_time info for schedules of the for the given workflow names
:param clear_schedule_all: Clear last_session_time info for all schedules
:param exclude_patterns: Exclude file patterns. They are treated as regexp
patterns.
default: ["venv", ".venv", "__pycache__", ".egg-info",\
Expand Down

0 comments on commit 7e0ba33

Please sign in to comment.