Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
irul
/
opensipkd-base
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 626849d0
authored
May 19, 2025
by
aa.gustiana@gmail.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan tools report.py
1 parent
fcf92799
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
opensipkd/base/tools/report.py
pyproject.toml
opensipkd/base/tools/report.py
View file @
626849d
...
@@ -92,8 +92,8 @@ def jasper_export(input_file, output_file=None, schema=None,
...
@@ -92,8 +92,8 @@ def jasper_export(input_file, output_file=None, schema=None,
path
=
__import__
(
module_file
)
path
=
__import__
(
module_file
)
path
=
os
.
path
.
dirname
(
path
.
__file__
)
path
=
os
.
path
.
dirname
(
path
.
__file__
)
input_file
=
os
.
path
.
join
(
path
,
input_file
)
input_file
=
os
.
path
.
join
(
path
,
input_file
)
else
:
#
else:
input_file
=
input_file
[
0
]
#
input_file = input_file[0]
log
.
debug
(
f
"Input File: {input_file}"
)
log
.
debug
(
f
"Input File: {input_file}"
)
...
...
pyproject.toml
View file @
626849d
...
@@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta'
...
@@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta'
[tool.setuptools]
[tool.setuptools]
packages
=
[
"opensipkd"
,
"opensipkd.detable"
,
"opensipkd.base"
]
packages
=
[
"opensipkd"
,
"opensipkd.detable"
,
"opensipkd.base"
]
# package-dir = {"" = "opensipkd"}
#[tool.setuptools.package-dir]
#[tool.setuptools.package-dir]
# mypkg = "lib"
# mypkg = "lib"
...
@@ -18,6 +17,7 @@ exclude = [
...
@@ -18,6 +17,7 @@ exclude = [
# 'external',
# 'external',
# 'developers',
# 'developers',
]
]
show_error_codes
=
true
[project]
[project]
name
=
'opensipkd_base'
name
=
'opensipkd_base'
...
@@ -42,7 +42,7 @@ dependencies = [
...
@@ -42,7 +42,7 @@ dependencies = [
'requests'
,
'requests'
,
'sqlalchemy-datatables'
,
'sqlalchemy-datatables'
,
#'py3o.template',
#'py3o.template',
#
'wheezy.captcha',
'wheezy.captcha'
,
#'icecream',
#'icecream',
'google-api-python-client'
,
'google-api-python-client'
,
'google'
,
'google'
,
...
...
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