Skip to content

ResourceWarning in attachment.upload. File not closed. #191

@olivergondza

Description

@olivergondza

When an attachment is uploaded, following warning is issued.

./usr/local/lib/python3.9/site-packages/pysnow/attachment.py:70: ResourceWarning: unclosed file <_io.BufferedReader name='/my/file.txt'>
  data = open(file_path, "rb").read()

data = open(file_path, "rb").read()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions