Skip to content

Directory file information missing from scan results #266

Description

@jdaguil

I ran a scan over the samples directory in the scancode toolkit. The samples directory file information is missing from the infos results.

I expected to see file information like the following for the directory, but the samples file information entry and corresponding results were completely missing from the json scan results:

    "infos": [
        {
          "type": "directory", 
          "name": "samples", 
          "extension": "", 
          "date": "2015-11-28", 
          "size":, 
          "sha1": "", 
          "md5": "", 
          "files_count": null, 
          "mime_type": "", 
          "file_type": "", 
          "programming_language": "", 
          "is_binary": null, 
          "is_text": null, 
          "is_archive": null, 
          "is_media": null, 
          "is_source": null, 
          "is_script": null
        }
      ], 

I used "scancode_version": "1.6.1"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions