Ulm-IQO / qudi-core

A framework for modular measurement applications.
GNU General Public License v3.0
25 stars 19 forks source link

Fix Uic Creation On Linux #18

Closed Geegee closed 2 years ago

Geegee commented 2 years ago

One line change to fix uic creation on linux

How Has This Been Tested?

On Linux and Windows loading GUIs that use .ui files.

Types of changes

Checklist:

Neverhorst commented 2 years ago

So after a quick search the subprocess.run call should be handed ['pyside2-uic', file_path]. No shell=True