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
You're selecting filename with infile = sys.argv[-1].
In normal usage, called by BSS, it won't create any trouble. However, if image you're using it as standalone, or if something wrong occur and no argument is given, you're going to select argv[0], the script filename.
It will rewrite the export.py file.
Some condition must be added, raise en error if there isn't the right number of arguments, whatever.
The text was updated successfully, but these errors were encountered:
You're selecting filename with
infile = sys.argv[-1]
.In normal usage, called by BSS, it won't create any trouble. However, if image you're using it as standalone, or if something wrong occur and no argument is given, you're going to select
argv[0]
, the script filename.It will rewrite the
export.py
file.Some condition must be added, raise en error if there isn't the right number of arguments, whatever.
The text was updated successfully, but these errors were encountered: