diff options
Diffstat (limited to 'bitbake/lib/bb/fetch/perforce.py')
-rw-r--r-- | bitbake/lib/bb/fetch/perforce.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/fetch/perforce.py b/bitbake/lib/bb/fetch/perforce.py index 97b618228b..b594d2bde2 100644 --- a/bitbake/lib/bb/fetch/perforce.py +++ b/bitbake/lib/bb/fetch/perforce.py | |||
@@ -37,7 +37,7 @@ class Perforce(Fetch): | |||
37 | return ud.type in ['p4'] | 37 | return ud.type in ['p4'] |
38 | 38 | ||
39 | def doparse(url,d): | 39 | def doparse(url,d): |
40 | parm=[] | 40 | parm = {} |
41 | path = url.split("://")[1] | 41 | path = url.split("://")[1] |
42 | delim = path.find("@"); | 42 | delim = path.find("@"); |
43 | if delim != -1: | 43 | if delim != -1: |