Skip to content

Commit

Permalink
fix(python): fixed typo in examples (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorTrojan authored and tchiotludo committed Oct 22, 2024
1 parent ea8ab63 commit 1fbe6fa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
tasks:
- id: python
task: io.kestra.plugin.scripts.python.Script
type: io.kestra.plugin.scripts.python.Script
script: |
from kestra import Kestra
import requests
Expand Down Expand Up @@ -95,7 +95,7 @@
tasks:
- id: python
task: io.kestra.plugin.scripts.python.Script
type: io.kestra.plugin.scripts.python.Script
script: |
with open('{{ outputs.previousTaskId.uri }}', 'r') as f:
print(f.read())
Expand Down

0 comments on commit 1fbe6fa

Please sign in to comment.