We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7f985 commit 445d30bCopy full SHA for 445d30b
1 file changed
generator/generator.py
@@ -148,7 +148,7 @@ def get_parser(self):
148
xml = Paths('source_xml', ROOT.joinpath('rpc_spec/MOBILE_API.xml'))
149
required_source = not xml.path.exists()
150
151
- out = Paths('output_directory', ROOT.parents[1].joinpath('base/src/main/java/'))
+ out = Paths('output_directory', ROOT.parents[0].joinpath('base/src/main/java/'))
152
output_required = not out.path.exists()
153
154
parser = ArgumentParser(description='Proxy Library RPC Generator')
0 commit comments