AlexStz

Results 1 issues of AlexStz

In file **mpfexp.py** -> **def put(src)** -> `(src='probeled.py')` Raise exception: **string 284:** `self.exec_("f = open('%s', 'wb')" % self._fqn(dst)) ` `self._fqn(dst) ='/flash\probeled.py'` !!! Need add to all `os.path.join` -> `.replace("\\","/")` Example:...