Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 11fb0f7d
authored
Dec 13, 2023
by
taufikyu
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
typo makedirs
1 parent
f8f446f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
opensipkd/base/__init__.py
opensipkd/base/__init__.py
View file @
11fb0f7
...
@@ -199,7 +199,7 @@ def get_id_card_folder(ext=None):
...
@@ -199,7 +199,7 @@ def get_id_card_folder(ext=None):
if
ext
and
os
.
sep
!=
'/'
:
if
ext
and
os
.
sep
!=
'/'
:
ext
=
ext
.
replace
(
'/'
,
'
\\
'
)
ext
=
ext
.
replace
(
'/'
,
'
\\
'
)
if
not
os
.
path
.
exists
(
folder
+
ext
):
if
not
os
.
path
.
exists
(
folder
+
ext
):
os
.
m
k
dirs
(
folder
+
ext
)
os
.
m
ake
dirs
(
folder
+
ext
)
return
folder
+
ext
return
folder
+
ext
return
folder
return
folder
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment