From 0565d7292fcb13d76c2824e9dbf3cfea7f7656cb Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Wed, 29 May 2019 10:59:05 +0200 Subject: [PATCH] Script execution --- script/XPSSpectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/XPSSpectrum.py b/script/XPSSpectrum.py index 67e1c2cc..c99e64a4 100644 --- a/script/XPSSpectrum.py +++ b/script/XPSSpectrum.py @@ -54,7 +54,7 @@ def get_binding_range(): ephot = ehi eb1 = ephot - elo - workfunc eb2 = ephot - ehi - workfunc - return eb2, eb1 + return eb1, eb2 eb2, eb1 = get_binding_range()