diff options
| author | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [master] <gitlab@liguros.net> | 2021-01-17 23:35:33 +0000 |
| commit | 8e8120eabdd28020aa69c7a60505cce2edd20adc (patch) | |
| tree | 061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /dev-util/rosdep/files/tests.patch | |
| parent | c16790af2c9b4cbc38e565d4311252193ff85484 (diff) | |
| download | baldeagleos-repo-21.1.2.tar.gz baldeagleos-repo-21.1.2.tar.xz baldeagleos-repo-21.1.2.zip | |
Updating liguros repo21.1.2
Diffstat (limited to 'dev-util/rosdep/files/tests.patch')
| -rw-r--r-- | dev-util/rosdep/files/tests.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-util/rosdep/files/tests.patch b/dev-util/rosdep/files/tests.patch index cd6e199b3cd0..fa4fcfdb36a8 100644 --- a/dev-util/rosdep/files/tests.patch +++ b/dev-util/rosdep/files/tests.patch @@ -1,16 +1,3 @@ -Index: rosdep-0.19.0/src/rosdep2/platforms/osx.py -=================================================================== ---- rosdep-0.19.0.orig/src/rosdep2/platforms/osx.py -+++ rosdep-0.19.0/src/rosdep2/platforms/osx.py -@@ -303,7 +303,7 @@ class HomebrewInstaller(PackageManagerIn - - # make sure options is a list of list of strings - try: -- valid = all([isinstance(x, _basestring) for l in options for x in l]) -+ valid = all([isinstance(x, _basestring) for option in options for x in option]) - except Exception as e: - raise InvalidData("Invalid list of options '%s', error: %s" % (options, e)) - else: Index: rosdep-0.19.0/test/test_rosdep_gentoo.py =================================================================== --- rosdep-0.19.0.orig/test/test_rosdep_gentoo.py |
