https://bugzilla.wikimedia.org/show_bug.cgi?id=58784

--- Comment #1 from Tim Landscheidt <t...@tim-landscheidt.de> ---
I can't reproduce either claim:

| scfc@tools-login:~$ cat > test.py && chmod +x test.py && rm -f test.{out,err}
&& jsub ./test.py && while ! job test > /dev/null; do sleep 1; done && cat
test.{out,err}
| #!/usr/bin/python3
| import sys
| print(sys.stdout.encoding)
| Your job 1933102 ("test") has been submitted
| UTF-8
| scfc@tools-login:~$ cat > test.py && chmod +x test.py && rm -f test.{out,err}
&& jsub ./test.py && while ! job test > /dev/null; do sleep 1; done && cat
test.{out,err}
| #!/usr/bin/python3
| print("Talk:Gülen movement")
| Your job 1933103 ("test") has been submitted
| Talk:Gülen movement
| scfc@tools-login:~$

Please provide a minimal example.

(Just to clear up some confusion: jsub doesn't actually execute the script; it
just submits it to the job grid aka SGE/OGS.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to