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
I use my RAM as /tmp, which i would like to use for the temporary storage.
I fixed this by adding
parser.add_argument("--tmp", type=convert_to_path(should_exist=False, should_parents_exist=True), default=".tmp",
help="Path to where the tmp files should be")
Hi,
I use my RAM as /tmp, which i would like to use for the temporary storage.
I fixed this by adding
to ParseArguments.py, and this
to EntryPoint.py.
Sorry I am not used to editing others people's git's
The text was updated successfully, but these errors were encountered: