Skip to content

ztaskd command incompatible with python < 2.6 #3

@esatterwhite

Description

@esatterwhite

on line 146 of the ztaskd command where the filehandler is created, it uses the delay kwarg which was introduced in python2.6
removing it makes it usable with earlier versions of python

    if logfile:
        handler = logging.FileHandler(logfile )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions