Skip to content

Flatview does not show files with no extension. #4

@generic-user

Description

@generic-user

Hi, flatview does not show files with no extension.

Example

2019-10-03-11-13-33

Code

My guess would be that it is coused by using the *.* filter in this piece of code.

class Flat(FileSystem):
	scheme = 'flat://'
	filtertext=""
	def __init__(self):

		# This is used to exclude folders and include files aka Filters
		self.excludes = ['.*']
		self.includes = ['*.*'] #<----- here
		self.convert_filters()		

Thanks

Thanks for this plugin, keep up the good work! 👍

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