mapa17 / Eruliaf

A BitTorrent like overlay peer simulator
GNU General Public License v3.0
1 stars 0 forks source link

Creat static scripts needs Prefix #47

Closed mapa17 closed 12 years ago

mapa17 commented 12 years ago

Because of the way the create statistics script is called, it always needs a prefix defined. If not, it will complain about a missing argument. Adding ' ' around the prefix fails, because of pythons subprocess.Popen escaping the the argument string.