move files into a package structure

This commit is contained in:
2022-02-06 16:21:25 +01:00
parent 323d5d6dd5
commit 6c9d5663e8
3 changed files with 1 additions and 1 deletions

View File

@@ -64,7 +64,7 @@ if __name__ == "__main__":
PluginRegistry.execute("open_file", PluginRegistry.execute("open_file",
"/home/andi/ws/performanceDb/data/production/lt_axc_21.4_133.02_maxInstance/lt_axc_21.4_133.02_maxInstance/app/axcng-service_i-0a69bd43d3624a5bc_172_28_60_222_VADPERFO01AA001_2021-09-21_091717/service/service.log"); "/home/andi/ws/performanceDb/data/production/lt_axc_21.4_133.02_maxInstance/lt_axc_21.4_133.02_maxInstance/app/axcng-service_i-0a69bd43d3624a5bc_172_28_60_222_VADPERFO01AA001_2021-09-21_091717/service/service.log");
PluginRegistry.execute("open_file", PluginRegistry.execute("open_file",
"/home/andi/ws/ravenlog/example.log"); "testbed/example.log");
# window.open_file("C:\\Users\\andi\\ws\\some.log") # window.open_file("C:\\Users\\andi\\ws\\some.log")
signal.signal(signal.SIGINT, stop_signal) signal.signal(signal.SIGINT, stop_signal)