summaryrefslogtreecommitdiff
path: root/examples/hdf5widget.py
diff options
context:
space:
mode:
authorAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2020-07-21 14:45:14 +0200
committerAlexandre Marie <alexandre.marie@synchrotron-soleil.fr>2020-07-21 14:45:14 +0200
commit328032e2317e3ac4859196bbf12bdb71795302fe (patch)
tree8cd13462beab109e3cb53410c42335b6d1e00ee6 /examples/hdf5widget.py
parent33ed2a64c92b0311ae35456c016eb284e426afc2 (diff)
New upstream version 0.13.0+dfsg
Diffstat (limited to 'examples/hdf5widget.py')
-rwxr-xr-xexamples/hdf5widget.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hdf5widget.py b/examples/hdf5widget.py
index 217eb7f..0d45b8f 100755
--- a/examples/hdf5widget.py
+++ b/examples/hdf5widget.py
@@ -488,7 +488,7 @@ def get_edf_with_100000_frames():
else:
header = fabio.fabioimage.OrderedDict()
header["frame_nb"] = framre_id
- fabiofile.appendFrame(fabio.edfimage.Frame(data, header, framre_id))
+ fabiofile.append_frame(fabio.edfimage.Frame(data, header, framre_id))
fabiofile.write(tmp.name)
_file_cache[ID] = tmp