Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
placeholder fix in file download message
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Dec 28, 2014
1 parent f5f9a14 commit 18acdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x84/default/fbrowse.py
Expand Up @@ -117,7 +117,7 @@ def download_files(protocol='xmodem1k'):
for f in flagged:
echo(term.bold_green(
u'Start your {0} receiving program '
u'to begin transferring {0}...\r\n'
u'to begin transferring {1}...\r\n'
.format(protocol, f[f.rfind(os.path.sep) + 1:])))
echo(u'Press ^X twice to cancel\r\n')
dl = open(f, 'r')
Expand Down

0 comments on commit 18acdd8

Please sign in to comment.