From 2a281d5d9974696addfb0f0b674b777727135ca7 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 15 Aug 2022 14:09:47 -0700 Subject: [PATCH] addressed in a previous commit.. --- ui/medashare/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/medashare/cli.py b/ui/medashare/cli.py index 75d37ed..d93e632 100644 --- a/ui/medashare/cli.py +++ b/ui/medashare/cli.py @@ -549,7 +549,6 @@ class FileObject(MDBase): @classmethod def from_file(cls, filename, created_by_ref): s = os.stat(filename) - # XXX - add host uuid? obj = { 'created_by_ref': created_by_ref, 'hostid': hostuuid(),