pyepics / newportxps

python support code for NewportXPS drivers
BSD 2-Clause "Simplified" License
20 stars 17 forks source link

fix ftp_wrapper.py #8

Closed Nico-Helmi closed 3 years ago

Nico-Helmi commented 3 years ago

Changed password credentials when trying to connect to the XPS (password=self.username => password=self.password in line 75).

newville commented 3 years ago

@Nico-Helmi Awesome! Thanks a lot for catching that!