Skip to content

Commit 445d30b

Browse files
author
Kostiantyn Sologubov
committed
fixed default path
1 parent be7f985 commit 445d30b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

generator/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def get_parser(self):
148148
xml = Paths('source_xml', ROOT.joinpath('rpc_spec/MOBILE_API.xml'))
149149
required_source = not xml.path.exists()
150150

151-
out = Paths('output_directory', ROOT.parents[1].joinpath('base/src/main/java/'))
151+
out = Paths('output_directory', ROOT.parents[0].joinpath('base/src/main/java/'))
152152
output_required = not out.path.exists()
153153

154154
parser = ArgumentParser(description='Proxy Library RPC Generator')

0 commit comments

Comments
 (0)