Skip to content

Commit

Permalink
Ensure that -d argument can use DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Feb 26, 2025
1 parent eec9158 commit a163b16
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions PyFunceble/cli/system/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -1147,10 +1147,8 @@ def start(self) -> "SystemLauncher":
# for more information about the markers.
self.continuous_integration.bypass()

if self.args.files or self.args.url_files:
self.migrator_process_manager.start()

self.migrator_process_manager.wait()
self.migrator_process_manager.start()
self.migrator_process_manager.wait()

del self.migrator_process_manager

Expand Down

0 comments on commit a163b16

Please sign in to comment.