Skip to content

Commit

Permalink
fixes #791, posting with mirror, one errant line in updatePaths
Browse files Browse the repository at this point in the history
  • Loading branch information
petersilva committed Nov 6, 2023
1 parent e78625c commit 916edf5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sarracenia/flow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,11 +930,6 @@ def updateFieldsAccepted(self, msg, urlstr, pattern, maskDir,
if maskFileOption:
msg['new_file'] = self.sundew_getDestInfos(msg, maskFileOption, filename)
msg['new_relPath'] = '/'.join( msg['new_relPath'].split('/')[0:-1] + [ msg['new_file'] ] )
# not mirroring

if not mirror:
msg['new_relPath'] = msg['new_file']



def filter(self) -> None:
Expand Down

0 comments on commit 916edf5

Please sign in to comment.