Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit c9588ec

Browse files
bbathakossak
authored andcommitted
fixup! feat: tell user that we are archiving their local dir PS-10121
1 parent 9175ed6 commit c9588ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paperspace/workspace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _retrieve_file_paths(dir_name, ignored_files=None):
2929
file_paths = {}
3030

3131
exclude = ['.git', '.idea', '.pytest_cache']
32-
if ignored_files is not None:
32+
if ignored_files:
3333
exclude += ignored_files.split(',')
3434

3535
# Read all directory, subdirectories and file lists

0 commit comments

Comments
 (0)