Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Infrastructure
library-web
Commits
233877bc
Commit
233877bc
authored
Jun 03, 2007
by
Frederic Peters
Browse files
fixed reference to archive name
svn path=/trunk/; revision=60
parent
d5fbe45f
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/gftp.py
View file @
233877bc
...
...
@@ -406,7 +406,7 @@ class gftpDriver:
arc
=
join
(
self
.
gftpcachedir
,
archive
+
'.tar.gz'
)
# gedit-2.14.tar.gz
os
.
makedirs
(
dst
)
cmd
=
[
'tar'
,
'--strip-components=1'
,
'-C'
,
dst
,
'-xzf'
,
'
arc
'
]
cmd
=
[
'tar'
,
'--strip-components=1'
,
'-C'
,
dst
,
'-xzf'
,
arc
]
error
=
utils
.
cmd
(
cmd
,
self
.
verbose
)
if
error
:
# clean up so archive can be refetched
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment