Skip to content

Commit

Permalink
Refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
nkongenelly committed Sep 17, 2024
1 parent 6a033a7 commit b59ee2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delivery/services/staging_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def stage_order(self, stage_order):
"external_program_service": self.external_program_service,
"staging_repo": self.staging_repo,
"session_factory": self.session_factory}

if not self.file_system_service.exists(stage_order.staging_target):
self.file_system_service.makedirs(stage_order.staging_target)

Expand Down

0 comments on commit b59ee2b

Please sign in to comment.