Skip to content

Commit

Permalink
- Fixed bug where trying to upload framework failed with 'AttributeEr…
Browse files Browse the repository at this point in the history
…ror'.
  • Loading branch information
ThomasAkam committed Jun 30, 2022
1 parent 9dc0212 commit bb4f004
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion com/pycboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def transfer_folder(self, folder_path, target_folder=None, file_type='all',
self.transfer_file(file_path, target_path)
if show_progress:
self.print('.', end='')
sys.stdout.flush()

def remove_file(self, file_path):
'''Remove a file from the pyboard.'''
Expand Down

0 comments on commit bb4f004

Please sign in to comment.