mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 20:05:39 +00:00
check for workers in cmd_install
This commit is contained in:
@@ -256,9 +256,6 @@ class Options(AttrMonitor):
|
||||
except ValueError:
|
||||
self.log.err('bad option for --workers')
|
||||
sys.exit(USAGE)
|
||||
if self.safe and self.install_parallel > 1:
|
||||
self.log.err('\"-w --workers\" must be used with \"-f --force\"')
|
||||
sys.exit(USAGE)
|
||||
|
||||
# "compare" specifics
|
||||
self.compare_focus = self.args['--file']
|
||||
|
||||
Reference in New Issue
Block a user