[vlc-commits] symb_upload.py: Remove check for basepath

David Fuhrmann git at videolan.org
Fri Jun 1 11:22:51 CEST 2018


vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 14 16:42:18 2018 +0100| [753865de2cd75dc669f88a1a7e95a9ddb47ce3f2] | committer: David Fuhrmann

symb_upload.py: Remove check for basepath

basepath is not valid variable in this context.

(cherry picked from commit e7f1eee0bcfdc19cf7db3c6003fe228bc9c08a66)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>
(cherry picked from commit ff5f1d213df95cc6cddea8c6115d8a812044ab2b)
Signed-off-by: David Fuhrmann <dfuhrmann at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=753865de2cd75dc669f88a1a7e95a9ddb47ce3f2
---

 extras/breakpad/symb_upload.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/extras/breakpad/symb_upload.py b/extras/breakpad/symb_upload.py
index 54f0c90165..cd57911435 100755
--- a/extras/breakpad/symb_upload.py
+++ b/extras/breakpad/symb_upload.py
@@ -168,8 +168,6 @@ class LocalDirOutputStore(OutputStore):
     def __init__(self, rootdir: str):
         super().__init__()
         self.rootdir = rootdir
-        if not os.path.exists(basepath):
-            raise RuntimeError("root path '{}' does not exists".format(basepath))
 
     def store(self, dump: typing.io, meta):
         basepath = os.path.join(self.rootdir, meta["debug_file"], meta["debug_identifier"])



More information about the vlc-commits mailing list