abhilekhsingh / gc3pie

Automatically exported from code.google.com/p/gc3pie
0 stars 0 forks source link

stdout argument of Application class cannot be set with relative path #495

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Application(..., stdout='logs/blabla.txt')

What is the expected output? What do you see instead?
Should create the file and write standard output into it. Instead no file is 
created.

What version of the product are you using? On what operating system?
2.3

Please provide any additional information below.
It works if only the filename (basename) is provided, e.g. stdout='blabla.txt'

Original issue reported on code.google.com by markusdh...@gmail.com on 7 Jul 2015 at 8:57