We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pressing the "Browse" button to select the output directory makes the GUI freeze.
Windows 10
camera36, commit: c82b021 (nov 19 2022, latest as of now)
Launch the GUI, press Browse.
None
The function that seems to freeze is filedialog.askdirector() https://github.com/AdaptiveMotorControlLab/Camera_Control/blob/master/camera_control_GUI.py#L44
Using filedialog.askopenfilename() works, but this requires a file, however we want to be able to specify an empty directory.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug description
Pressing the "Browse" button to select the output directory makes the GUI freeze.
Operating System
Windows 10
Camera_control version
camera36, commit: c82b021 (nov 19 2022, latest as of now)
Steps To Reproduce
Launch the GUI, press Browse.
Relevant log output
None
Anything else?
The function that seems to freeze is filedialog.askdirector()
https://github.com/AdaptiveMotorControlLab/Camera_Control/blob/master/camera_control_GUI.py#L44
Using filedialog.askopenfilename() works, but this requires a file, however we want to be able to specify an empty directory.
The text was updated successfully, but these errors were encountered: