Skip to content

Commit

Permalink
fix w-l in gui
Browse files Browse the repository at this point in the history
  • Loading branch information
alanphys committed Jun 2, 2021
1 parent dece7f4 commit a6072c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylinac/py_gui.py
Expand Up @@ -360,6 +360,7 @@ def analyze_wl():
wl = winston_lutz.WinstonLutz.from_zip(self.wl_file.get())
fname = self.wl_file.get().replace('.zip', '.pdf')
fname = utilities.file_exists(fname)
wl.analyze()
wl.publish_pdf(fname)
self.wl_pdf.set(fname)
utilities.open_path(fname)
Expand Down

0 comments on commit a6072c5

Please sign in to comment.