Skip to content

Commit

Permalink
add params to connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Grangier committed Apr 2, 2014
1 parent cb5b55b commit 51c504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carrier_pigeon/senders.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _connect(self, file_path, target_url):
def _send_file(self, file_path, target_url, row=None):
""" Send the file by FTP using information found in url. """

ftp = self._connect()
ftp = self._connect(file_path, target_url)

target_path = os.path.join(
target_url.path,
Expand Down

0 comments on commit 51c504f

Please sign in to comment.