We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8988 commit ea52985Copy full SHA for ea52985
tools/src/main/python/opengrok_tools/sync.py
@@ -52,7 +52,7 @@
52
print("Need Python 3, you are running {}".format(major_version))
53
sys.exit(1)
54
55
-__version__ = "1.1"
+__version__ = "1.2"
56
57
58
def worker(base):
@@ -255,7 +255,7 @@ def main():
255
256
logger.debug("directories to process: {}".format(dirs_to_process))
257
258
- if len(args.project) == 1:
+ if args.project and len(args.project) == 1:
259
lockfile_name = args.project[0]
260
else:
261
lockfile_name = os.path.basename(sys.argv[0])
0 commit comments