summaryrefslogtreecommitdiff
path: root/examples/python/gi/checkpoint.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/gi/checkpoint.py')
-rw-r--r--examples/python/gi/checkpoint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/python/gi/checkpoint.py b/examples/python/gi/checkpoint.py
index 513e6c3a0a..de9468ea8f 100644
--- a/examples/python/gi/checkpoint.py
+++ b/examples/python/gi/checkpoint.py
@@ -48,6 +48,7 @@ def do_create(client):
sys.exit("Unknown device %s" % arg)
devices.append(d)
+ # FIXME: flags are not a plain integer.
client.checkpoint_create_async(devices, timeout, 0, None, create_cb, None)
def destroy_cb(client, result, data):