Skip to content

Commit

Permalink
Execute automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Matheus Moreno committed Aug 15, 2022
1 parent 3c8cca7 commit f6539d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flytekit/extras/tasks/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def __init__(
script_file = os.path.abspath(script_file)

if task_config is not None:
fully_qualified_class_name = task_config.__module__ + '.' + task_config.__class__.__name__
fully_qualified_class_name = task_config.__module__ + "." + task_config.__class__.__name__
if not fully_qualified_class_name == "flytekitplugins.pod.task.Pod":
raise ValueError("TaskConfig can either be empty - indicating simple container task or a PodConfig.")

Expand Down

0 comments on commit f6539d8

Please sign in to comment.