Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
18ad4bdd
Commit
18ad4bdd
authored
Dec 03, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
43ebcfea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
wcfs/__init__.py
wcfs/__init__.py
+2
-1
No files found.
wcfs/__init__.py
View file @
18ad4bdd
...
...
@@ -67,7 +67,6 @@ from .internal._wcfs import \
from
six
import
reraise
"""
# WCFS represents filesystem-level connection to wcfs server.
#
# Use join to create it.
...
...
@@ -88,6 +87,7 @@ class WCFS(_WCFS):
# ._proc wcfs process if it was opened by this WCFS | None
pass
"""
# Conn represents logical connection that provides view of data on wcfs
# filesystem as of particular database state.
#
...
...
@@ -456,6 +456,7 @@ def _open(wc, obj, mode='rb', at=None):
path = '%s/@%s/bigfile/%s' % (self.mountpoint, h(zat), h(zfile._p_oid))
fd = os.open(path, os.O_RDONLY)
return FileH(fd)
"""
"""
# FileH is handle to opened bigfile/X.
...
...
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