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 f84ce30 commit b5d27d7Copy full SHA for b5d27d7
applications/sam/sam_do.py
@@ -205,7 +205,7 @@ def getListOfSupportedExtension(ofxhImageEffectNodeDescriptor):
205
self._displayTitle('SUPPORTED INPUT FILE FORMATS')
206
elif key == 'w':
207
self._displayTitle('SUPPORTED OUTPUT FILE FORMATS')
208
- puts(', '.join(sorted(extensions)))
+ puts(', '.join(sorted(set(extensions))))
209
210
def _displayParamHelp(self, param):
211
"""
0 commit comments