Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 7df5d46

Browse files
committed
fix missing comma in maya/pipeline
1 parent 9344c25 commit 7df5d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avalon/maya/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def _install_menu():
128128
loader,
129129
publish,
130130
sceneinventory,
131-
libraryloader
131+
libraryloader,
132132
contextmanager
133133
)
134134

0 commit comments

Comments
 (0)