perbaikan tools report.py

1 parent fcf92799
...@@ -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}")
......
...@@ -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',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!