Skip to content

Commit

Permalink
Main (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb authored Jul 25, 2024
2 parents f3997df + bad5933 commit 89b04e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wd40/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ def release_folder(grp, lis):
)
os.chmod(flowcellF, 0o750)
os.chmod(projectF, 0o750)
os.chmod(fastqcF, 0o750)
os.chmod(analysisF, 0o750)
os.chmod(fastqcF, 0o750)
succes_project = release_rights(projectF, grp)
succes_fqc = release_rights(fastqcF, grp)
if os.path.exists(analysisF):
os.chmod(analysisF, 0o750)
succes_analysis = release_rights(analysisF, grp)
return [succes_project, succes_fqc, succes_analysis]
return [succes_project, succes_fqc]
Expand Down

0 comments on commit 89b04e6

Please sign in to comment.