Skip to content
Snippets Groups Projects
Commit 48989bc5 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'agene_2266_fix' into 'main'

Generators: add missing + operator in Sherpa_i

Closes AGENE-2266

See merge request atlas/athena!70049
parents e09ca3a4 fda31ad3
No related merge requests found
......@@ -25,7 +25,7 @@ EW_SCHEME: 22
if k == 'EW_parameters':
for key,value in v.items():
if key[0] == 'SIN2THETAW':
strpair = '\n' + str(key[0])+'='+str(value) '\n'
strpair = '\n'+str(key[0])+'='+str(value)+'\n'
genSeq.Sherpa_i.BaseFragment += strpair
break
break
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment