jb2170 / better-adb-sync

Completely rewritten adbsync with --exclude
Apache License 2.0
344 stars 22 forks source link

Fatal Exit #15

Open Borillion opened 1 year ago

Borillion commented 1 year ago

Might be missing something but can we not run this from the src directory?

[babak@bbox-arch src]$ python --version
Python 3.10.8

[babak@bbox-arch src]$ python adbsync.py --pull --force --show-progress /sdcard /home/babak/Pixel4XL/sdcard/ 
/home/babak/Pixel4XL/sdcard: None
Stack (most recent call last):
  File "/home/babak/Pixel4XL/better-adb-sync/src/adbsync.py", line 6, in <module>
    ADBSync.main()
  File "/home/babak/Pixel4XL/better-adb-sync/src/ADBSync/__init__.py", line 366, in main
    perror(path_source, e, FATAL)
  File "/home/babak/Pixel4XL/better-adb-sync/src/ADBSync/SAOLogging.py", line 95, in perror
    logging_fatal(msg)
  File "/home/babak/Pixel4XL/better-adb-sync/src/ADBSync/SAOLogging.py", line 63, in logging_fatal
    logging.critical(message, stack_info = log_stack_info)
Exiting
tristan-k commented 1 year ago

Exactly the same issue here.