Skip to content
Snippets Groups Projects

Merge of small MRs that make changes to the Python bindings

Merged Andreas Dedner requested to merge features/combinedPythonMRs into master
1 unresolved thread
Compare and Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -101,6 +101,8 @@ def main(argv):
dunepy = get_dune_py_dir()
dunepyBase = os.path.realpath( os.path.join(dunepy,"..") )
if not os.path.exists(dunepyBase):
os.makedirs(dunepyBase)
with Lock(os.path.join(dunepyBase, 'lock-module.lock'), flags=LOCK_EX):
if os.path.exists(dunepy):
shutil.rmtree(dunepy)
Loading