You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a unknown format is passed to -F, orxporter's threads crash:
x∆∆x Thread 0 failed: must be str, not type
Traceback (most recent call last):
File "/.../orxporter/export_thread.py", line 153, in run
final_path = dest_paths.format_path(self.path, emoji, f)
File "/.../orxporter/dest_paths.py", line 99, in format_path
raise ValueError('Invalid export format: ' + FilterException)
TypeError: must be str, not type
Was this ValueError meant to be a FilterException, and the format string being concatenated to the message (instead of the FilterException class, which makes orxporter crash without a helpful message)?
The text was updated successfully, but these errors were encountered:
When a unknown format is passed to
-F
, orxporter's threads crash:(obtaining this traceback requires PR #34)
The referenced line is:
orxporter/dest_paths.py
Line 99 in e953b4e
Was this
ValueError
meant to be aFilterException
, and theformat
string being concatenated to the message (instead of theFilterException
class, which makes orxporter crash without a helpful message)?The text was updated successfully, but these errors were encountered: