forked from pool/python-screenplain
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-screenplain?expand=0&rev=19
16 lines
361 B
Diff
16 lines
361 B
Diff
---
|
|
screenplain/main.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/screenplain/main.py
|
|
+++ b/screenplain/main.py
|
|
@@ -29,7 +29,7 @@ def invalid_format(parser, message):
|
|
)
|
|
|
|
|
|
-def main(args):
|
|
+def main(args=sys.argv[1:]):
|
|
parser = OptionParser(usage=usage)
|
|
parser.add_option(
|
|
'-f', '--format', dest='output_format',
|