aboutsummaryrefslogtreecommitdiffstats
path: root/samples/gtk4
diff options
context:
space:
mode:
Diffstat (limited to 'samples/gtk4')
-rwxr-xr-xsamples/gtk42
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/gtk4 b/samples/gtk4
index 1475a4f..97c3e91 100755
--- a/samples/gtk4
+++ b/samples/gtk4
@@ -27,7 +27,7 @@ def main() -> int:
try:
node = Hinawa.FwNode.new()
- node.open(str(path))
+ _ = node.open(str(path), 0)
common.print_fw_node_information(node)
except Exception as e:
msg = str(e)