Skip to content

Commit

Permalink
Return pwdfound
Browse files Browse the repository at this point in the history
  • Loading branch information
weiweidaolai212 authored Mar 22, 2017
1 parent 8734c09 commit ce13a67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Echoes/cyberduck.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ def run(self):
elif path == 'APPDATA_NOT_FOUND':
pass
else:
self.parse_xml(path)
pwd_found = self.parse_xml(path)
return pwd_found

#tem = Cyberduck()
#a = tem.run()
#print a
#print a

0 comments on commit ce13a67

Please sign in to comment.