bad var name
This commit is contained in:
parent
2e7a00cd38
commit
11fedebb08
1 changed files with 1 additions and 1 deletions
|
@ -119,4 +119,4 @@ def check_and_possibly_create_paths():
|
||||||
|
|
||||||
def create_path(directory):
|
def create_path(directory):
|
||||||
print _('creating %s directory') % directory
|
print _('creating %s directory') % directory
|
||||||
os.mkdir(dot_gajim, 0700)
|
os.mkdir(directory, 0700)
|
||||||
|
|
Loading…
Add table
Reference in a new issue