Skip to content

Commit 1c31e31

Browse files
authored
Merge pull request #1595 from patricklatimer/add-transfer-job-type-settings
Add transfer job type to settings model
2 parents 71df27c + c5525f5 commit 1c31e31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/foraging_gui/settings_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class DFTSettingsModel(BaseModel):
178178
save_each_trial: bool
179179
AutomaticUpload: bool
180180
manifest_flag_dir: str
181+
transfer_service_job_type: str
181182
auto_engage: bool
182183
clear_figure_after_save: bool
183184
add_default_project_name: bool

0 commit comments

Comments
 (0)