mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-30 22:04:55 +01:00
fix python compare script from g to sls_detector_get
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user