This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
addressed in a previous commit..
main
John-Mark Gurney
2 years ago
parent
53c6d72103
commit
2a281d5d99
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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(),
Write
Preview
Loading…
Cancel
Save