Develop
6 open threads
6 open threads
Compare changes
+ 46
− 4
@@ -60,15 +60,18 @@ def upload_file(file_path: str) -> FileID:
@@ -76,8 +79,8 @@ def download_file(
@@ -86,3 +89,42 @@ def download_file(
changed this line in version 2 of the diff
Dict comprehension with filename keys and file content values. If file can be decoded to UTF-8 -> append to dictionary, else ignore
Edited by Szymon Ciomborchanged this line in version 2 of the diff
File is not longer a keyword in python3.*, but it is still not a great idea to call a variable this way. Many interpreters (gitlab included) use different color schema for those and therefore code is harder to read.
changed this line in version 2 of the diff