Browse Source

addressed in a previous commit..

main
John-Mark Gurney 2 years ago
parent
commit
2a281d5d99
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ui/medashare/cli.py

+ 0
- 1
ui/medashare/cli.py View File

@@ -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(),


Loading…
Cancel
Save