Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
d58a7be7
Commit
d58a7be7
authored
Sep 29, 2015
by
eric pellegrini
Browse files
Removed unused import
Removed unused method
parent
a6a20f55
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Core/Platform.py
View file @
d58a7be7
...
...
@@ -38,7 +38,6 @@ import inspect
import
os
import
re
import
subprocess
import
tempfile
from
MDANSE.Core.Error
import
Error
...
...
@@ -335,20 +334,6 @@ class Platform(object):
return
path
def
jobscripts_directory
(
self
):
'''
Returns the path of the directory where the MDANSE job script files are stored.
:return: the path of the directory where the MDANSE job script files are stored.
:rtype: str
'''
path
=
os
.
path
.
join
(
self
.
application_directory
(),
'jobscripts'
)
self
.
create_directory
(
path
)
return
path
def
temporary_files_directory
(
self
):
'''
Returns the path of the directory where the temporary MDANSE job status files are stored.
...
...
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