mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
fix python compare script from g to sls_detector_get
This commit is contained in:
parent
90b1b97ffa
commit
f9c9a53c8c
@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
# Copyright (C) 2021 Contributors to the SLS Detector Package
|
||||||
import subprocess
|
import subprocess
|
||||||
import locale
|
import locale
|
||||||
out = subprocess.run(['g', 'list'], stdout = subprocess.PIPE, encoding=locale.getpreferredencoding())
|
out = subprocess.run(['sls_detector_get', 'list'], stdout = subprocess.PIPE, encoding=locale.getpreferredencoding())
|
||||||
cmd = out.stdout.splitlines()
|
cmd = out.stdout.splitlines()
|
||||||
cmd.pop(0)
|
cmd.pop(0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user