Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Added mac support, added permission checks in case of unprivileged users. #6

Merged
merged 3 commits into from
Jun 28, 2020

Conversation

Dominic-Kua
Copy link
Contributor

No description provided.


if not self.windows and not self.linux:
if not self.os in ["Darwin", "Windows","Linux"]:
Copy link
Owner

@freeshrugsxd freeshrugsxd Jun 27, 2020

Choose a reason for hiding this comment

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

For stylistic consistency (and my OCD) please replace these double quotes with single quotes and fix the whitespace

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done, made the not in a not in too :)

Copy link
Owner

@freeshrugsxd freeshrugsxd left a comment

Choose a reason for hiding this comment

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

Thank you so much! :D

@freeshrugsxd freeshrugsxd merged commit 1704740 into freeshrugsxd:master Jun 28, 2020
@freeshrugsxd freeshrugsxd linked an issue Jun 29, 2020 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Licence required
3 participants