Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
pipelet
Pipelet
Commits
ec403d17
Commit
ec403d17
authored
Oct 14, 2010
by
Maude Martin
Browse files
debug planck env
parent
5cfe3488
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pipelet/planckenv.py
pipelet/planckenv.py
+2
-1
No files found.
pipelet/planckenv.py
View file @
ec403d17
from
pipelet.environment
import
*
import
os
class
PlanckEnvironment
(
Environment
):
def
my_function
(
self
):
...
...
@@ -6,7 +7,7 @@ class PlanckEnvironment(Environment):
"""
return
def
get_data_fn
(
x
,
dmc
=
False
,
grp
=
None
):
def
get_data_fn
(
self
,
x
,
dmc
=
False
,
grp
=
None
):
""" Complete the filename with the path to the working
directory.
...
...
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