Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-oguri committed Feb 27, 2024
1 parent 2e42d18 commit b59467d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kannon/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def build(self, root_task: gokart.TaskOnKart) -> None:
# use workspace directory of root task as the root directory for remote cache
workspace_dir = root_task.workspace_directory
remote_config_path = None
dynamic_config_path = self.dynamic_config_paths[0]
if self.dynamic_config_paths:
assert len(self.dynamic_config_paths) == 1, "Currently kannon doesn't support multiple dynamic config files."
dynamic_config_path = self.dynamic_config_paths[0]
Expand Down

0 comments on commit b59467d

Please sign in to comment.