Skip to content

Commit

Permalink
fix(#501): remove tar_buffer error
Browse files Browse the repository at this point in the history
- remove del line, not sure why this was an issue
  • Loading branch information
buschNT committed Oct 23, 2024
1 parent a619730 commit b8e6e88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/gefyra/api/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def copy_files_or_directories_from_cluster_to_local_container(
f"{file_from_argument.source}:{file_from_argument.destination}"
)
logger.debug(e)
del tar_buffer
continue

try:
Expand Down

0 comments on commit b8e6e88

Please sign in to comment.