sync yaml py Dockerfile json with /en (#19882)
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
# Just prints standard out and sleeps for 10 seconds.
|
||||
import sys
|
||||
import time
|
||||
print("Processing " + sys.stdin.lines())
|
||||
print("Processing " + sys.stdin.readlines()[0])
|
||||
time.sleep(10)
|
||||
|
||||
Reference in New Issue
Block a user