Spaces:
Runtime error
Runtime error
BerserkerMother
commited on
Commit
·
0e9f533
1
Parent(s):
b2ba6c2
Fixes pylintrc to work on cloud
Browse files
.pylintrc
CHANGED
@@ -67,7 +67,7 @@ ignored-modules=
|
|
67 |
|
68 |
# Python code to execute, usually for sys.path manipulation such as
|
69 |
# pygtk.require().
|
70 |
-
init-hook='import sys; sys.path.append("
|
71 |
|
72 |
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
|
73 |
# number of processors available to use, and will cap the count on Windows to
|
|
|
67 |
|
68 |
# Python code to execute, usually for sys.path manipulation such as
|
69 |
# pygtk.require().
|
70 |
+
init-hook='import sys; sys.path.append("./elise/src")'
|
71 |
|
72 |
# Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
|
73 |
# number of processors available to use, and will cap the count on Windows to
|