Ticket #31 (closed defect: fixed)

Opened 15 years ago

Last modified 15 years ago

''directory'' directive is not honored from pkpgcounter

Reported by: jerome Owned by: jerome
Priority: minor Milestone:
Component: pkpgcounter Version: development
Keywords: Cc:

Description

When pkpgcounter is used as a library by PyKota, it should honor the setting of the directory directive in pykota.conf to create its temporary files. When it is used as an external executable it should use the system's default temporary directory (with tempfile.gettempdir()), like it does now (by not specifying a temporary directory at all in method calls)

Change History

Changed 15 years ago by jerome

  • status changed from new to accepted

Changed 15 years ago by jerome

  • status changed from accepted to closed
  • resolution set to fixed

(In [3457]) Fixes #31 (will require a fix in PyKota as well, which references #32)
Added some stuff so we can be sure if the temporary files where created
by pkpgcounter and when/where.

Note: See TracTickets for help on using tickets.