2023-11-29 14:57:40 +00:00
|
|
|
---
|
|
|
|
screenplain/main.py | 2 +-
|
2024-01-17 23:07:16 +00:00
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
2023-11-29 14:57:40 +00:00
|
|
|
|
2020-12-03 23:11:07 +00:00
|
|
|
--- a/screenplain/main.py
|
|
|
|
+++ b/screenplain/main.py
|
2023-11-29 14:57:40 +00:00
|
|
|
@@ -29,7 +29,7 @@ def invalid_format(parser, message):
|
2020-12-03 23:11:07 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
-def main(args):
|
|
|
|
+def main(args=sys.argv[1:]):
|
|
|
|
parser = OptionParser(usage=usage)
|
|
|
|
parser.add_option(
|
|
|
|
'-f', '--format', dest='output_format',
|