You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/bin/compose_format", line 28, in <module>
formatted = formatter.format_string(data, strict=not args.non_strict)
File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 77, in format_string
data = self.reorder(load(data, RoundTripLoader), strict=strict)
File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 98, in reorder
ComposeFormat.reorder(item, strict)
File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 98, in reorder
ComposeFormat.reorder(item, strict)
File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 98, in reorder
ComposeFormat.reorder(item, strict)
File "/usr/lib/python3.5/site-packages/compose_format/__init__.py", line 101, in reorder
data.sort()
TypeError: unorderable types: CommentedMap() < CommentedMap()
The text was updated successfully, but these errors were encountered:
Give following error with the docker command:
The text was updated successfully, but these errors were encountered: