Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
lassie
Commits
a145ea33
Commit
a145ea33
authored
Jul 11, 2017
by
Sebastian Heimann
Browse files
fix issue with HavePaths
parent
5ec05aef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.py
View file @
a145ea33
...
...
@@ -117,7 +117,7 @@ class Config(HasPaths):
help
=
'directory where lassie stores tabulated phases etc.'
)
def
__init__
(
self
,
*
args
,
**
kwargs
):
Object
.
__init__
(
self
,
*
args
,
**
kwargs
)
HasPaths
.
__init__
(
self
,
*
args
,
**
kwargs
)
self
.
_receivers
=
None
self
.
_grid
=
None
self
.
_events
=
None
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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