avoid using system("mkdir") in favor of Python code

Merged
#51 · Created  · Last updated

Merged pull request

sim-build: use os.mkdir instead of system("mkdir")

5635c7b·Author: ·Closed by: ·2021-03-08

Description

This tends to make things more robust wrt to error checking and unexpected spaces in file names.

  • simrestart: use simlib.MakeDirs rather than sytem("mkdir -p")

  • sim-build: use os.mkdir instead of system("mkdir")

 

0 attachments

0 comments

Loading commits...