mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-14 23:07:55 +02:00
- Made FastWriter output more compact.
- fixed bug in runjsontests.py script.
This commit is contained in:
@@ -83,7 +83,7 @@ if __name__ == '__main__':
|
||||
sys.exit( 1 )
|
||||
|
||||
jsontest_executable_path = os.path.normpath( os.path.abspath( sys.argv[1] ) )
|
||||
if len(sys.argv) > 1:
|
||||
if len(sys.argv) > 2:
|
||||
input_path = os.path.normpath( os.path.abspath( sys.argv[2] ) )
|
||||
else:
|
||||
input_path = None
|
||||
|
Reference in New Issue
Block a user