Skip to content

Commit

Permalink
Artık ssh ağlantısı başarısız olduğunda hata ekranı geliyor
Browse files Browse the repository at this point in the history
  • Loading branch information
zekiahmetbayar committed Sep 7, 2020
1 parent 8b58a17 commit 727dac9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/usr/share/valf/bin/valf.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ def on_click_connect(self,widget): # Sağ tık menüsündeki Connect Host seçen
self.terminal.feed_child(com.encode("utf-8"))
time.sleep(0.5)

else:
self.sftp_fail()

except:
sshProcess.send_signal(signal.SIGINT)
self.enter_password()
Expand Down

0 comments on commit 727dac9

Please sign in to comment.