We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd5837 commit 6a1b55fCopy full SHA for 6a1b55f
src/build.py
@@ -252,7 +252,7 @@ def make_package(args):
252
253
# Figure out if application has service part
254
service = False
255
- directory = args.dir
+ directory = args.dir if public_version else args.private
256
if directory:
257
service_main = join(realpath(directory), 'service', 'main.py')
258
if os.path.exists(service_main) or os.path.exists(service_main + 'o'):
0 commit comments