Browse Source

closes #721 - vestigial formatter exposed to the world

pull/731/head
Chris 3 years ago
parent
commit
074d480573
1 changed files with 0 additions and 8 deletions
  1. 8
      gooey/gui/formatters.py

8
gooey/gui/formatters.py

@ -9,14 +9,6 @@ def checkbox(metadata, value):
return metadata['commands'][0] if value else None
def radioGroup(metadata, value):
# TODO
try:
return self.commands[self._value.index(True)][0]
except ValueError:
return None
def multiFileChooser(metadata, value):
paths = ' '.join(quote(x) for x in value.split(os.pathsep) if x)
if metadata['commands'] and paths:

Loading…
Cancel
Save