Skip to content

Commit 35f44e1

Browse files
committed
Fix comma in the PyInstaller spec
[skip test]
1 parent 85f70ed commit 35f44e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

splitgraph.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ a = Analysis(
2424
"splitgraph.hooks.splitfile_commands",
2525
"splitgraph.ingestion.socrata.mount",
2626
"splitgraph.ingestion.socrata.querying",
27-
"splitgraph.ingestion.dbt" "splitgraph.ingestion.snowflake",
27+
"splitgraph.ingestion.dbt",
28+
"splitgraph.ingestion.snowflake",
2829
# https://github.com/pypa/setuptools/issues/1963#issuecomment-574265532
2930
"pkg_resources.py2_warn",
3031
"target_postgres",

0 commit comments

Comments
 (0)