Reverted the my change on argument parsing

pull/2845/head
javier-moreno-tridonic-com 2016-09-29 08:34:10 +02:00 committed by GitHub
parent f8af872870
commit c1f2691ded
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ def main():
sys.exit(1)
args, remainder = parser.parse_known_args()
args = parser.parse_args()
global DETAILED
DETAILED = args.detailed