Skip to content

Commit

Permalink
fix: iRODS functionality - issue snakemake#1510
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Köster <johannes.koester@uni-due.de>
  • Loading branch information
ScottMastro and johanneskoester committed May 2, 2022
1 parent a21c837 commit 045015c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snakemake/remote/iRODS.py
Expand Up @@ -215,7 +215,6 @@ def _upload(self):

for folder in folders:
collpath = os.path.join(collpath, folder)
print(collpath)
if not self.denied_access(collpath):
try:
self._irods_session.collections.get(collpath)
Expand Down

0 comments on commit 045015c

Please sign in to comment.