"save" button not working for me in IDE in master

0 views
Skip to first unread message

Ian Singh

unread,
Nov 12, 2009, 10:56:04 AM11/12/09
to Windmill Developers
Hi, The button to show test code isnt working for me:
Here are my changes to windmill/authoring/transforms.py:


def create_saves_path():
directory = tempfile.mkdtemp(suffix='.windmill-saves')
# Mount the fileserver application for tests
from webenv.applications.file_server import FileServerApplication
#application = FileServerApplication(os.path.dirname(__file__))
#XXX
application = FileServerApplication(directory)
#server.add_namespace('windmill-unittests', application)
#XXX
server.add_namespace('windmill-saves', application)
windmill.settings['SAVES_PATH'] = directory
windmill.teardown_directories.append(directory)

Thanks,

Ian

Ian Singh

unread,
Nov 20, 2009, 11:07:35 AM11/20/09
to Windmill Developers
This is in master now.. thanks!
Reply all
Reply to author
Forward
0 new messages