Skip to content

Commit a163b16

Browse files
committed
Ensure that -d argument can use DB.
1 parent eec9158 commit a163b16

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

PyFunceble/cli/system/launcher.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1147,10 +1147,8 @@ def start(self) -> "SystemLauncher":
11471147
# for more information about the markers.
11481148
self.continuous_integration.bypass()
11491149

1150-
if self.args.files or self.args.url_files:
1151-
self.migrator_process_manager.start()
1152-
1153-
self.migrator_process_manager.wait()
1150+
self.migrator_process_manager.start()
1151+
self.migrator_process_manager.wait()
11541152

11551153
del self.migrator_process_manager
11561154

0 commit comments

Comments
 (0)