Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Feb 20, 2024
1 parent e649e20 commit b245076
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papermerge_cli/lib/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def upload_file_or_folder(
host=host,
token=token,
file_path=file_or_folder,
parent_id=parent_id,
parent_id=parent_id
)
if delete:
remove(file_or_folder)
Expand All @@ -40,7 +40,7 @@ def upload_file_or_folder(
host=host,
token=token,
file_path=Path(entry.path),
parent_id=parent_id,
parent_id=parent_id
)

if delete:
Expand Down

0 comments on commit b245076

Please sign in to comment.