Skip to content

Commit 0d47a32

Browse files
committed
process_tracker_python-17 Audit Info for Extracts
🐛 Issue with extract_tracking table in postgresql script Travis CI failed - trying to fix.
1 parent 8e140c6 commit 0d47a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

process_tracker/location_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def derive_location_type(self):
8686
)
8787

8888
location_type = self.data_store.get_or_create_item(
89-
model=LocationType, location_type_name="local directory"
89+
model=LocationType, location_type_name="local filesystem"
9090
)
9191

9292
return location_type

0 commit comments

Comments
 (0)