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

Issue #2506 resolved
Roland Haas created an issue

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

Pull request is here: https://bitbucket.org/simfactory/simfactory2/pull-requests/51/avoid-using-system-mkdir-in-favor-of

Comments (4)

  1. Log in to comment