Skip to content
Snippets Groups Projects
Commit e0348ae3 authored by PLian's avatar PLian
Browse files

Fix issue #17

parent 46a29c9f
No related merge requests found
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
.eggs/ .eggs/
.idea/ .idea/
.vscode/ .vscode/
.history/
.coverage .coverage
.python/ .python/
.pytest_cache/ .pytest_cache/
......
...@@ -200,6 +200,8 @@ Input="{0}" ...@@ -200,6 +200,8 @@ Input="{0}"
# Localdir will be used by $Input # Localdir will be used by $Input
export Localdir="/tmp/param_runner_{1}/$$" export Localdir="/tmp/param_runner_{1}/$$"
mkdir -p $Localdir
chmod 777 $(dirname $Localdir)
Outdir="$(pwd)/$(echo $Input | awk -F. '{{print $1}}')" Outdir="$(pwd)/$(echo $Input | awk -F. '{{print $1}}')"
## load module ## load module
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment