Skip to content

Commit

Permalink
Merge pull request #750 from DIRACGridBot/cherry-pick-2-8d7c5c0b-inte…
Browse files Browse the repository at this point in the history
…gration

[sweep:integration] fix: added imports at the beginning
  • Loading branch information
chrisburr committed Dec 1, 2023
2 parents 38d043c + 38e20e6 commit 1c9de49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebAppDIRAC/WebApp/handler/JobLaunchpadHandler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import os
import pprint
import shutil
import tempfile

from DIRAC import gConfig, gLogger
Expand Down Expand Up @@ -174,8 +176,6 @@ def web_jobSubmit(self):

if len(store) > 0: # If there is a file(s) in sandbox
clearFS = True
import shutil
import os

storePath = tempfile.mkdtemp(prefix="DIRAC_")
try:
Expand Down

0 comments on commit 1c9de49

Please sign in to comment.