perbaikan tools report.py

1 parent fcf92799
......@@ -92,8 +92,8 @@ def jasper_export(input_file, output_file=None, schema=None,
path = __import__(module_file)
path = os.path.dirname(path.__file__)
input_file = os.path.join(path, input_file)
else:
input_file = input_file[0]
# else:
# input_file = input_file[0]
log.debug(f"Input File: {input_file}")
......
......@@ -4,7 +4,6 @@ build-backend = 'setuptools.build_meta'
[tool.setuptools]
packages = ["opensipkd", "opensipkd.detable", "opensipkd.base"]
# package-dir = {"" = "opensipkd"}
#[tool.setuptools.package-dir]
# mypkg = "lib"
......@@ -18,6 +17,7 @@ exclude = [
# 'external',
# 'developers',
]
show_error_codes = true
[project]
name = 'opensipkd_base'
......@@ -42,7 +42,7 @@ dependencies = [
'requests',
'sqlalchemy-datatables',
#'py3o.template',
#'wheezy.captcha',
'wheezy.captcha',
#'icecream',
'google-api-python-client',
'google',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!