From f53a60129b39aeee35261b3a4c185386cc50bfb4 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Mon, 17 Jun 2024 12:34:54 +0200 Subject: images: update command requires string id in server ogserver expects a string as an id, otherwise it fails to parse it. --- cli/objects/images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/objects/images.py b/cli/objects/images.py index 39a7e9f..67bbf45 100644 --- a/cli/objects/images.py +++ b/cli/objects/images.py @@ -213,7 +213,7 @@ class OgImage(): 'backup': parsed_args.backup, 'disk': parsed_args.disk, 'center_id': center_id, - 'id': parsed_args.id, + 'id': str(parsed_args.id), 'code': str(fs_code), 'name': image_name} -- cgit v1.2.3-18-g5258