fermitools / jobsub_lite

jobsub_lite is a wrapper for HTCondor job submission
Apache License 2.0
1 stars 7 forks source link

Replace os.system call in tarfile creation with subprocess function #547

Open shreyb opened 8 months ago

shreyb commented 8 months ago

As mentioned in #546, we should start making the code more robust by replacing os.system calls like the one in tarfiles.tar_up() with either call or run from the subprocess module.

So for this particular case: