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
# TODO We'd need to apply the reverse transformation here. Let's see if someone complains, I doubt that this
258
258
# special case is actually required.
259
-
print("Warning: Output %s has a transformation applied. Could not determine correct mode!", file=sys.stderr)
259
+
print("Warning: Output %s has a transformation applied. Could not determine correct mode! Using `%s'."% (match["output"], options["mode"]), file=sys.stderr)
0 commit comments