Skip to content
  • Hendrik Werner's avatar
    avoid calling external processes · f986ebcb
    Hendrik Werner authored and Jan Rybar's avatar Jan Rybar committed
    Python already offers functions for chowning and chmodding files in its
    standard library. The os module is even already imported. This commit removes
    external process calls in favor of using these built-in Python functions.
    f986ebcb