bbengfort / printing-press

Repository for collaborative documents
Other
0 stars 1 forks source link

OSError Permission denied #6

Closed KonstantinosX closed 8 years ago

KonstantinosX commented 8 years ago

Traceback (most recent call last): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/console/prog.py", line 138, in execute msg = "{}\n".format(args.func(args)) # Call the default function File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/console/commands/usage.py", line 66, in handle usage = analyze(args.path[0], args.include_hidden) File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/usage.py", line 62, in analyze for path in scan(root, include_hidden): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/path.py", line 67, in scan for child in scan(subpath): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/path.py", line 67, in scan for child in scan(subpath): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/path.py", line 67, in scan for child in scan(subpath): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/path.py", line 60, in scan for subpath in path.list(): File "/Users/kostasx/Documents/current_workspace/mosaic/mosaic/path.py", line 206, in list for entry in scandir.scandir(self._path): OSError: [Errno 13] Permission denied: '/Users/kostasx/Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState' usage: mosaic [-h] [-v] {usage} ... mosaic: error: [Errno 13] Permission denied: '/Users/kostasx/Library/Saved Application State/com.adobe.flashplayer.installmanager.savedState'

KonstantinosX commented 8 years ago

Whoops - wrong repository.