projects
/
zzz-floof.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Searching for one tag works. Two tags acts like or and returns multiple copies.
[zzz-floof.git]
/
floof
/
lib
/
file_storage.py
diff --git
a/floof/lib/file_storage.py
b/floof/lib/file_storage.py
index
1d1c720
..
0b72690
100644
(file)
--- a/
floof/lib/file_storage.py
+++ b/
floof/lib/file_storage.py
@@
-19,7
+19,7
@@
guess_type(temp.filename)[0]
"""
def get_path(space, hash):
"""
def get_path(space, hash):
- return os.path.join( space, hash[:2], hash[2:] )
+ return
"/" +
os.path.join( space, hash[:2], hash[2:] )
def save_file(space, temp):
def save_file(space, temp):