Skip to content

Commit 6e68dbd

Browse files
committed
lint
1 parent aa41b14 commit 6e68dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_fab/ghpython/components/compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def compile(version):
8-
pythonfiles = glob.glob("*.py")
8+
pythonfiles = glob.glob('*.py')
99
not_include = ['__init__.py', 'icons.py', 'install.py', os.path.basename(__file__)]
1010
pythonfiles = list(set(pythonfiles) - set(not_include))
1111
filename = get_ghpy_filename(version)

0 commit comments

Comments
 (0)