Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wokalove committed Oct 27, 2020
1 parent ecc5e37 commit ab3a628
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab3/FileSystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def check_name(self,name,type_of, data = None):
folderC = CheckName().check_name('C', 'folder')
folderD = CheckName().check_name('D', 'folder')
folderE = CheckName().check_name('D...', 'folder')
fileA = CheckName().check_name('fileA', 'file','some data in fileA')
fileA = CheckName().check_name('fileA.txt', 'file','some data in fileA')


folderA.add_node(folderB)
Expand Down
Binary file modified lab3/sprawozdanie.docx
Binary file not shown.

0 comments on commit ab3a628

Please sign in to comment.