Skip to content

Conversation

helge000
Copy link

This change will check if our required binaries are available. If not,
a more helpful error is thrown.
AFAIK, this works only on Linux/MacOS - but I see no limitations here
since we already targeting Linux only.

This change will check if our required binaries are available. If not,
a more helpful error is thrown.
AFAIK, this works only on Linux/MacOS - but I see no limitations here
since we already targeting Linux only.
@helge000
Copy link
Author

I added two commits since several files will conflict. I can open a second PR if really necessary though (and hope it will not be :).

@helge000 helge000 force-pushed the fix-16 branch 4 times, most recently from cc7059a to b092126 Compare January 30, 2020 17:58
@helge000 helge000 requested a review from bitsgalore January 30, 2020 18:03
Uses -E in the in cli and checkbox in GUI
@helge000
Copy link
Author

The 3rd commit stems from my trouble inserting a row in the current TK UI. I think it should simply be squashed with #27 enhancement; but separate commit makes changes more obvious.

@bitsgalore
Copy link
Member

Thanks @helge000 for this pull request, these modifications look really useful!

It might take me some time to do an in-depth review, because I'm currently a bit busy working on other things, and the tape reading hardware setup I'm using is located outside my office in another part of the building. But I'll definitely get around to this, and will merge once I've verified everything works.

Pleased to see people are actually using this tool!

@helge000
Copy link
Author

@bitsgalore, no problem, take your time! Found this via stack overflow where it was recommended - and ran into both issues (mt-st package missing on my system and tape created with PowerPC MacOS :)

@@ -9,6 +9,8 @@
import subprocess as sub
import pytz

REQUIRED_CMDS = ['mt', 'dd']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess the easiest way to test 7be2ec3 is to add a non existing command here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants