Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
56
Issues
56
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
8ea9b6cd
Commit
8ea9b6cd
authored
Aug 30, 2013
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix creating sub-folders in plugins
parent
a94a1ebb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
plugin_installer/manifest.ini
plugin_installer/manifest.ini
+1
-1
plugin_installer/plugin_installer.py
plugin_installer/plugin_installer.py
+1
-0
No files found.
plugin_installer/manifest.ini
View file @
8ea9b6cd
[info]
name:
Plugin
Installer
short_name:
plugin_installer
version:
0.12.
1
version:
0.12.
2
description:
Install
and
upgrade
plugins
from
ftp
authors:
Denis
Fomin
<fominde@gmail.com>
Yann
Leboulanger
<asterix@lagaule.org>
...
...
plugin_installer/plugin_installer.py
View file @
8ea9b6cd
...
...
@@ -619,6 +619,7 @@ class Ftp(threading.Thread):
# creating dirs
for
dir_
in
dirs
:
dir_
=
dir_
.
replace
(
self
.
plugin
.
server_folder
,
'plugins'
)
try
:
os
.
mkdir
(
os
.
path
.
join
(
local_dir
,
dir_
))
except
OSError
as
e
:
...
...
Write
Preview
Markdown
is supported
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