Private
Public Access
1
0

bug fixes

This commit is contained in:
Sander Roosendaal
2020-01-07 22:44:16 +01:00
parent 2aa9702cf9
commit f11a4f0579
2 changed files with 9 additions and 7 deletions

View File

@@ -1472,6 +1472,7 @@ def new_workout_from_file(r, f2,
makeprivate=False,
notes=''):
message = None
impeller = False
try:
fileformat = get_file_type(f2)
except (IOError,UnicodeDecodeError):