Skip to content

PyFiTransfer v0.2.0

Compare
Choose a tag to compare
@schlopp96 schlopp96 released this 24 Jan 07:14
· 29 commits to master since this release
629f508

PyFiTransfer

v0.2.0 Update Commit Notes...


Source Code

  • Added type checking to main().

    • Now returns NoReturn | None.
  • Changed fileType variable type from PathLike | str to just str.

    • Fixes bug whe calling Ex_1 exit method.
  • Added type checking type NoReturn | None to both exit methods Ex_0 and Ex_1.


README.md

  • Small formatting changes to README.md.

  • New screenshot added towards bottom of file.

    • Depicts entire process of program usage.

Signed-off-by: schlopp96 71921821+schlopp96@users.noreply.github.com


What's Changed

New Contributors

Full Changelog: v0.1.0...v0.2.0