Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Sep 27, 2019
1 parent e6977c8 commit f7acb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epicsapps/areadetector/ad_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, configfile=None, prompt=False, calibration_callback=None):
wcard = 'Detector Config Files (*.yaml)|*.yaml|All files (*.*)|*.*'
configfile = FileOpen(self, "Read Detector Configuration File",
default_file=fname,
default_path=fpath,
default_dir=fpath,
wildcard=wcard)
if configfile is None:
sys.exit()
Expand Down

0 comments on commit f7acb89

Please sign in to comment.