diff options
Diffstat (limited to 'bitbake/lib/bb/fetch/cvs.py')
-rw-r--r-- | bitbake/lib/bb/fetch/cvs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/cvs.py b/bitbake/lib/bb/fetch/cvs.py index 443f521317..c0d43618f9 100644 --- a/bitbake/lib/bb/fetch/cvs.py +++ b/bitbake/lib/bb/fetch/cvs.py | |||
@@ -157,7 +157,7 @@ class Cvs(Fetch): | |||
157 | try: | 157 | try: |
158 | os.rmdir(moddir) | 158 | os.rmdir(moddir) |
159 | except OSError: | 159 | except OSError: |
160 | pass | 160 | pass |
161 | raise FetchError(ud.module) | 161 | raise FetchError(ud.module) |
162 | 162 | ||
163 | # tar them up to a defined filename | 163 | # tar them up to a defined filename |