tomography / XRFtomo

a repository for xray fluorescence data processing
Other
3 stars 6 forks source link

comman line status #44

Open decarlof opened 4 years ago

decarlof commented 4 years ago

Can you confirm the software runs fine with command-line? In particular is the config file updated on GUI exit?

FabricioSMarin commented 4 years ago

I am able to run the software from command line and the config file updates at exit. I've only tested this on linux so far.

decarlof commented 4 years ago

@FabricioSMarin it is not working for me. I also noticed a change in the parsing function at this line that I had to revert to work properly.

FabricioSMarin commented 4 years ago

Is the issue with running the software on the command line or updating the config file?

Go ahead and revert that line of code. I changed it for the purpose of packaging this software to a single exe file for windows and having it open the GUI by default. Did no realize it affected command line functionality.