We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa41b14 commit 6e68dbdCopy full SHA for 6e68dbd
src/compas_fab/ghpython/components/compile.py
@@ -5,7 +5,7 @@
5
6
7
def compile(version):
8
- pythonfiles = glob.glob("*.py")
+ pythonfiles = glob.glob('*.py')
9
not_include = ['__init__.py', 'icons.py', 'install.py', os.path.basename(__file__)]
10
pythonfiles = list(set(pythonfiles) - set(not_include))
11
filename = get_ghpy_filename(version)
0 commit comments