Skip to content

Commit

Permalink
smaller fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi committed Oct 2, 2019
1 parent f99fbed commit 1dc9c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BlenderUpdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ def finalcopy(self):
self.lbl_copy_pic.setPixmap(nowpixmap)
self.lbl_copying.setText("<b>Copying</b>")
self.lbl_task.setText("Copying files...")
self.statusbar.showMessage(f'Copying files to {dir_}, please wait... ')
self.statusbar.showMessage(f"Copying files to {dir_}, please wait... ")

def cleanup(self):
logger.info("Cleaning up temp files")
Expand Down
12 changes: 6 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1dc9c11

Please sign in to comment.