Skip to content

Bug fix for OSError Permission Denied#7

Open
ke2ulpatani wants to merge 1 commit into
lakshmanaram:masterfrom
ke2ulpatani:master
Open

Bug fix for OSError Permission Denied#7
ke2ulpatani wants to merge 1 commit into
lakshmanaram:masterfrom
ke2ulpatani:master

Conversation

@ke2ulpatani
Copy link
Copy Markdown

No description provided.

Comment thread incor/main.py
else:
sys.argv = sys.argv[1:]
path = " ".join(sys.argv) if len(sys.argv) > 0 else '.'
if str(oct(os.stat('file').st_mode)[3:]) not in ("755","777","455"):
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What exactly do you refer to with 'file' ?
Please Do Install the code in develop mode, run it and check if everything is working before sending a pull request.
I am getting "No such file or directory error: 'file' "
Resolve it and make a pull request.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants