Skip to content
Snippets Groups Projects
Commit 3726a4f2 authored by Jim MacArthur's avatar Jim MacArthur
Browse files

sandbox: pep8/fix vdir

parent 2f088cdd
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@ class Sandbox():
def set_virtual_directory(self, vdir):
""" Sets virtual directory. Useful after remote execution
has rewritten the working directory. """
self.__vdir = vdir
self._vdir = vdir
def get_virtual_toplevel_directory(self):
"""Fetches the sandbox's toplevel directory
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment