Skip to content

Commit

Permalink
DOUBLE QUOTES
Browse files Browse the repository at this point in the history
  • Loading branch information
Secret-chest committed Feb 10, 2022
1 parent 3ded783 commit d6fd894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Coding Style

Use `mixedCase` for most names. For class names, use `CamelCase`.
Always use DOUBLE QUOTES (like ")!

## Methods

Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
print("Running on", OS)

if OS == "windows":
os.environ['path'] += r';cairolibs'
os.environ['path'] += r";cairolibs"

import config
import io
Expand Down

0 comments on commit d6fd894

Please sign in to comment.