tools report

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