Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cuegui] Prevent UI freeze during file preview by implementing subpro…
…cess.Popen for non-forking viewer applications (AcademySoftwareFoundation#1576) This is a small fix to not lock the UI when using preview in CueGUI and when using software that does not detach itself from the console. It changes it from using `subprocess.check_call` to `subprocess.Popen` Fixes AcademySoftwareFoundation#1568
- Loading branch information