Kaydet (Commit) 592c4cc4 authored tarafından Neal Norwitz's avatar Neal Norwitz

SF bug 753592, websucker bug

Pass the proper variable when the user supplies a directory.
Will backport.
üst 168e73d2
......@@ -24,6 +24,8 @@ Library
Tools/Demos
-----------
- SF bug 753592: webchecker/wsgui now handles user supplied directories.
Build
-----
......
......@@ -161,7 +161,7 @@ class App:
else:
self.sucker.savedir = dir
self.sucker.rootdir = os.path.dirname(
websucker.Sucker.savefilename(self, url))
websucker.Sucker.savefilename(self.sucker, url))
self.go_button.configure(state=DISABLED)
self.auto_button.configure(state=DISABLED)
self.cancel_button.configure(state=NORMAL)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment