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 4ec5fffb
authored
Mar 19, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan petik
1 parent
f48dca80
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 @
4ec5fff
...
...
@@ -500,7 +500,7 @@ def _add_view_config(config, paket, route):
func_name
=
""
.
join
(
route
.
get
(
"kode"
)
.
split
(
'-'
)[
-
1
:])
route
[
"func_name"
]
=
"_"
.
join
([
"view"
,
func_name
])
file_name
=
f
"{paket}.{route.get(
"
file_name
"
)}"
file_name
=
f
"{paket}.{route.get(
'file_name'
)}"
_logging
.
debug
(
f
"File Name: {file_name}"
)
attr
=
f
"{route.get('func_name')}"
try
:
...
...
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