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
"Type must be 'file', 'folder'or 'zip'. The 'file' option means that each file is handled individually, the 'folder' option means that entire folders are transmitted only when all files in them are ready. The option 'zip' sends a folder zipped, only when all files in a folder are ready."),
225
+
"Type must be 'file', 'folder', 'tar' or 'zip'. The 'file' option means that each file is handled individually, the 'folder' option means that entire folders are transmitted only when all files in them are ready. The options 'tar' ond/or 'zip' sends a folder zipped (or compressed as tar archieve), only when all files in a folder are ready."),
223
226
max_length=255, choices=TYPE_CHOISES)
224
227
duration=models.IntegerField(
225
228
help_text=_("Duration in seconds, i.e., how long a file must not be changed before sent. (default 300 sec.)"),
@@ -233,7 +236,6 @@ class ShuttleInstance(models.Model, SdcModel):
0 commit comments