#2782: fix spacing in data_manipulation yaml + documentation
This commit is contained in:
@@ -82,8 +82,8 @@ Example:
|
||||
- "test_2.txt"
|
||||
- root:
|
||||
- passwords: # example of file with size and type
|
||||
size: 69 # size in bytes
|
||||
type: TXT # See FileType for list of available file types
|
||||
size: 69 # size in bytes
|
||||
type: TXT # See FileType for list of available file types
|
||||
|
||||
List of file types: :py:mod:`primaite.simulator.file_system.file_type.FileType`
|
||||
|
||||
|
||||
@@ -846,8 +846,8 @@ simulation:
|
||||
file_system:
|
||||
- root:
|
||||
- backup_script.sh: # example file in backup server
|
||||
size: 400
|
||||
type: SH
|
||||
size: 400
|
||||
type: SH
|
||||
- downloads:
|
||||
- "ChromeSetup.exe" # another example file
|
||||
- "New Folder" # example of an empty folder
|
||||
|
||||
Reference in New Issue
Block a user