Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pilot working dir... #168

Open
andre-merzky opened this issue Jan 15, 2014 · 1 comment
Open

pilot working dir... #168

andre-merzky opened this issue Jan 15, 2014 · 1 comment
Labels

Comments

@andre-merzky
Copy link
Member

            # if no working dir is set assume use home directory
            # will fail if home directory is not the same on remote machine
            # but this is just a guess to avoid failing
            self.working_directory = "~"
            #self.working_directory = "" 

This guess is not avoiding failing. /tmp/%s % uuid.uuid would avoid failing. Or /tmp/bigjob-%s % getpass.getuser()` has some chance of avoiding failing. THe above breaks way too often to be useful -- and gives an error message which is hard to understand...

@andre-merzky
Copy link
Member Author

I would love to get a reaction on this ticket...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant