Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.replay
Commits
95a56ace
Commit
95a56ace
authored
Feb 11, 2015
by
Ivana CHINGOVSKA
Browse files
corrected save() in models.py
parent
1dc950b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/db/replay/models.py
View file @
95a56ace
...
...
@@ -202,7 +202,7 @@ class File(Base):
"""
path
=
self
.
make_path
(
directory
,
extension
)
bob
.
db
.
base
.
utils
.
makedir
s_safe
(
os
.
path
.
dirname
(
path
))
bob
.
io
.
base
.
create_directorie
s_safe
(
os
.
path
.
dirname
(
path
))
bob
.
io
.
base
.
save
(
data
,
path
)
# Intermediate mapping from RealAccess's to Protocol's
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment