# HG changeset patch # User Goffi # Date 1457180249 -3600 # Node ID 68944e270c406970ed066b60048c7b378f9efac2 # Parent b43ee22eac9844ddb2a1ea9bcc8852f16a387eaa jp (file): fixed bad quit call diff -r b43ee22eac98 -r 68944e270c40 frontends/src/jp/cmd_file.py --- a/frontends/src/jp/cmd_file.py Sat Mar 05 13:58:02 2016 +0100 +++ b/frontends/src/jp/cmd_file.py Sat Mar 05 13:17:29 2016 +0100 @@ -207,7 +207,7 @@ self.path = os.path.abspath(self.args.path) if not os.path.isdir(self.path): self.disp(_(u"Given path is not a directory !", error=True)) - self.quit(2) + self.host.quit(2) if self.args.multiple: self.host.quit_on_progress_end = False self.disp(_(u"waiting for incoming file request"),2)