mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Small change to write_pobs
This commit is contained in:
parent
7f6ea85b32
commit
526e4264fb
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ def create_pobs_string(obsl, name, spec='', origin='', symbol=[]):
|
|||
layout = '%d i f%d' % (Nconf, len(obsl))
|
||||
ad['layout'] = layout
|
||||
ad['symbol'] = osymbol
|
||||
data = []
|
||||
data = ''
|
||||
for c in range(Nconf):
|
||||
data += '%d ' % obsl[0].idl[names[r]][c]
|
||||
for o in obsl:
|
||||
|
|
Loading…
Add table
Reference in a new issue