mirror of
https://github.com/frej/fast-export.git
synced 2025-11-06 11:15:39 +01:00
os.popen() uses the shell, this is dangerous when the branch-name contains characters which are interpreted by the shell, therefore switch to subprocess.check_output() which doesn't involve the shell. This closes issue #66.
3.3 KiB
Executable File
3.3 KiB
Executable File